thinBasic allows 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 so MS Visual C/C++ programmers could choose to use external interface .DLL or embed it into their own thinBasic Modules.
Plase find here attached interface file with a simple module example, for Microsoft C++ .NET compiler.
Project files are for .NET 2002 and .NET 2005 Express.
Feel free to ask here in case of any question on module development.
Regards
Roberto
Bookmarks