PDA

View Full Version : Builder 6 Build all .bpg group


Royce
06-09-2005, 03:03 PM
I'm getting the following error trying to run the command to Build All with Borland C++ Builder 6:

"%BCBDIR%\bin\bcb" LinkAll.bpg -b -ocompile.out

Process completed with exit code -1073741819
Step 'Build C++Builder All Projects' failed
Build ended.

The command seems to be executed successfully, though it does give me a dialog at the end asking if I want to save changes to link.exe (the executable that is built.)

compile.out is created but remains a 0 byte file. I've also tried various combinations of options, including NONE for the Output file, but can't seem to get the error to go away.

Suggestions? (All of the other commands I've tried have worked.)

kinook
06-13-2005, 08:04 AM
It sounds like BCB is returning that exitcode on success. If so, add that code to the Success exit codes field on the Program tab:

0, -1073741819