Home > def > component 
 en fr de es it nl pl pt pt_BR mk sq ca hu tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Warning! This page is not up to date.  See english version 
Komponenty
Gambas components are external shared libraries written in C, C++ or in Gambas that add new functions to the Gambas interpreter.

Components are stored in $PREFIX/lib/gambas2, the value of $PREFIX depending on where Gambas is installed on your system. By default, $PREFIX is /usr/local.

Information regarding components is stored in $PREFIX/share/gambas2/info.

To use a component in a project, the component must be chosen from the ProjectProperties menu, otherwise you will get the following error message:
Cannot load name class. Unable to load Třída file

See also

Komponenty, Objektový Model