Libraries

Libraries are programs written in Gambas whose classes may be used by other Gambas programs. To use a library in your project, you define a reference to it using the USE keyword and subsequently may refer to it as though its classes were native to the current project.

Gambas will include a number of these libraries for the purpose of providing examples and utilities.


It may be possible to develop components directly in Gambas in the future, so using libraries for that may be useless. -- BenoitMinisini - 23 Apr 2004