Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Libraries : tint.library

Syntax

#(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