CD to the ia2 directory
sh buildapi.sh >sh.out
notepad sh.out (to check for errors)
the doxgen generated files, merged idl file, and the zip file will be built
CD to the ia2\IDL-Test directory
activate the dsw file
There are two projects, one for the individual idl files, one for the merged idl file
Build, Batch Build, Choose the non-merged IDL project
Fix any errors, save the fixes, and rebuild the project.
If there were errors, rebuild the merged file by rerunning buildapi.sh
Build, Batch Build, Choose the merged IDL project
Fix any errors in the original source IDLs or buildapi.sh that caused the problem
Rerun the builapi.sh build script.