Hi,
I'm having trouble running a script with ORCA.
My script has the following structure:
START SESSION SET LIBLIST <List of Libraries> SET APPLICATION "xh00appl_generic.pbl" "appl_generic" BUILD APPLICATION FULL BUILD LIBRARY <Library1> PBD ... BUILD LIBRARY <LibraryN> PBD BUILD EXECUTABLE "appl_generic.exe" ".\icons\appl_generic.ico" "" "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" newvstylecontrols END SESSION
Running this script with orcascr105.exe, it crashes.
The weird thing is that if I remove the newvstylecontrols flag, the script runs perfectly.
Another thing to note is the high number of libraries I'm using. If I run the script with a lower number of libraries (approximately 290 instead of the 301 it's using now), the executable generates correctly, even with the newvstylecontrols flag.
It's not a problem with the code in the libraries, because the application compiles correctly on the PowerBuilder IDE, so it seems it's an orcascript problem.
Does anyone know what is the problem?