Modeling Services > Rogue Wave Script Integration > Loading a Script to a Dynamic Server
 
Loading a Script to a Dynamic Server
The Rogue Wave Script integration is available only if you use a dynamic server.
You can load a script file to a dynamic server using the -ilsj command line option or the API of the class IlsScriptManager.
You can call a Script function from C++ code using the static member function IlsScriptManager::CallFunction.
As the Rogue Wave Script scripts access the server model through its definition in the server model interpreter, all Rogue Wave Script proxies are built the first time the member function IlsScriptManager::LoadScript is called. Any subsequent modification of the model will not be taken into account in the scripts.

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.