PDA

View Full Version : thinBasic interface under Borland C/C++ language



RobertoBianchi
16-01-2006, 14:26
thinBasic allows Borland C/C++ 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 external programs.
We provide static thinC.lib .

Plase find here attached interface file with a simple module example, for Borland BCC32 compiler.

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

Regards
Roberto

kryton9
05-12-2006, 00:24
Downloaded and will test once I find my Borland C++ 5 CD, will post an update on any progress I make, thanks.