PDA

View Full Version : thinBasic interface under Power Basic



ErosOlmi
18-11-2005, 08:04
thinBasic allows Power Basic programmers to develop their own thinBasic modules. Modules are special dll that are loaded dynamically by thinBasic engine during scripts execution. Modules can be used to implement new thinBasic functionalities adding new keywords to the language or interfacing extenal programs.

Plase find here attached interface file with a simple module example.

Feel free to ask here in case of any question on module development.

Regards
Eros

ErosOlmi
07-01-2006, 14:41
Updated Power Basic SDK interface.

List of changes:
[+] thinBasic_TokenGetCurrentID
[+] thinBasic_GetKeywordSpeficic
[+] thinBasic_VariableParse
[+] thinBasic_ChangeVariableStringDirect
[+] thinBasic_ChangeVariableNumberDirect
[+] thinBasic_ArrayGetInfo

ErosOlmi
18-01-2006, 19:27
Updated Power Basic SDK interface.

List of changes:
[+] Introduced specific function return variable type. Previously only EXT.