Version: OriginPro 8.1G SR3 v8.1.34.90 Operating System: Windows XP SP3
Hello,
I would like to create encrypted .OP files from my .CPP sources.
1. Where exactly is a detailed helppage that describes how to do that?
2. In "An overview of the build process" I found out that I have to set some system variables. How exactly and where exactly do I have to set OCS, OCSB and OCSE?
I tried: "@OCSE=1;" at the beginning of my .CPP source code file --> produces compiling errors. I tried: "@OCSE=1" at the Labtalk-Console --> no error but compiling the .CPP does not produce a .OP. Is a preprocessor command existing for this as well?
3. After compiling to an .OP. Can I use the command "run.LoadOC("source.OP");" instead of run.LoadOC("source.cpp");" equally?