![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| HelpTScript LanguageIntroduction |
The TScript language has been designed and developed to be an embeddable scripting language for native C++ code. The main criteria for TScript is to allow functionality to be added to the Texas Business Software suite post installation and have that extended functionality intractable with the original C++ code.
CTScript ts;
ts.SetParameter(CTScript::SOURCE_STRING,0,L"main(){System::MessageBox(L\"Hello World\");}");
ts.ExecuteStaticMethod();
Copyright © 2008-2009, Ekky Software Pty Ltd.