Tagged Questions

0
votes
0answers
49 views

how to force bcc compiler to compile for 32 bit from win7 64 bit [closed]

I am running win7 ultimate 64 bit OS. Deploying my project compiled in 64 bit os will not run in windows xp pro :( In project options i did not find it. Is there any possibility to force bcc ...
0
votes
2answers
1k 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. ...