Tintware Documentation : Tint Programming Language : Tint Reference : Libraries : tint.librarySyntax#(tint.library,%library) A library is a module of binary code (written in C++) which can be used to extended Tint. On Win32, a library is packaged as a DLL file. %library specifies the filename of the library. The name of the library will be returned. Syntax#(tint.library,txml) library-10 |