
Introduction to the TScript
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.
A Basic "Hello World" TScript
CTScript ts; ts.SetParameter(CTScript::SOURCE_STRING,0, TEXT("main(){System::MessageBox(L\"Hello World\");}")); ts.ExecuteStaticMethod();
More Details on TScript Basics
Comments (0)Listen All