Page 1 of 1

BuildOp Import/Export

Posted: Mon Aug 15, 2005 4:53 am
by benny.lbs
I would like to know if there is any way to export an executable BuildOp and then import to another project or machine.

I have tried to use Manager Export, but it seems that it can only export the source, need to export the table definition too, and then need to be re-generated in the new project or machine. However, in our production machine, C++ compiler was not installed and will not be installed.

Any alternative ?

Thanks in advance !

Posted: Tue Aug 16, 2005 12:07 am
by benny.lbs
Problem solved, FYI

The workaround is to copy the file generated in the buildop folder (project folder) into the target project accordingly.

Only copy the operator file (*.o) and definition file (operator.apt) is enough.