0
votes
2answers
487 views
Why can’t the Borland C++ Builder 5 command line compiler find my files?
I have a bcb5 project group that I am trying to compile with make.exe. Make seems to run fine and generates a call to bcc32.exe, but that fails. Here is the call to bcc32.exe followed by the error.
…
0
votes
1answer
68 views
Why do I get an amibguity error when I compile from the command line, but not from the IDE?
I am trying to compile a rather large project with Borland C++ Builder 5.5. The project compiles in the IDE, but is much too slow. However, when I compile with the command line I get an ambiguity …
