Anonymous
19-01-2006, 20:16
I don't have Powerbasic for Windows is there any other way to Compile ThinBasic Scripts ?
Or will there be in the future ?
Thanks
ErosOlmi
19-01-2006, 20:36
Hi,
thinBasic scripts cannot be compiled (at the moment ;) ).
thinBasic scripts can be obuscated and distributed in obuscated way but the machine running those scripts must have thinBasic installed.
Using Powerbasic (or Microsoft C or Borland C or GCC or MASM32) you can create thinBasic modules. thinBasic modules are special dll that adds new functionalities into thinBasic. Modules are like extensions of the interpreter. Modules are loaded at script runtime using "USE" keyword.
Hope to have answer to your question.
If you have further requests, please do not hesistate to post them here.
Regards
Eros