- ... cygNAME-0.dll1
- actually the format is cygNAME-N.dll, it is just thatNwill always be equal to0unless somebody releases libraries with different interfaces AND bothers maintaining a correct version numbering scheme.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
 
- ... it)
- 
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
 
- ... complaining3
- IMHO it would have been ways better if the NS header files could have been installed in some common location but, alas, this is not the case.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
 
- ... function4
- ``plain C function'' here refers to the extern "C"declaration. The purpose is to avoid name mangling of symbols which would not allow the loader to find the symbol itself..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
 
- ... module5
- Please note that Modulenamemust be stripped of any eventuallibprefix, file extension and version
numbers, and that the first letter must be capital. For example, if the library
filename ismymodule.so,libmymodule.soorlibmymodule12.so.1.2, the init function will have in all cases the nameMymodule_Init.For further information regarding the initialization function, please refer to
the Tcl documentation of theloadcommand..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.