Library

A Gambas library is a project that can be used to share functionalities among different projects.

For example if you write an own dialog to open a file and you would like to use that dialog in more than one of your projects you can share this code in a library.

See also