Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have installed Borland 5.5 C++ in my machine.I have installed it in C:
It's path is like this. C:\Borland

Also I have set this path information in the System PATH variable as like this. C:\Borland\BCC55\Bin

After setting this path I am able to call bcc32.exe from the command prompt and it is building successfully.

But I am not able to call Resource compiler (brcc32.exe). Both bcc32.exe and brcc32.exe are in this path.
But call to bcc32.exe is working, but it is not working for brcc32.exe.

for brcc32.exe I am getting this error.


MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
'brcc' is not recognized as an internal or external command,
operable program or batch file.

Do I have to add path in any other place? Please help.


Thanks in advance,
Ansari.
Posted

1 solution

The error shows:
Quote:
'brcc' is not recognized as an internal or external command
So it seems you are using 'brcc' instead of 'brcc32' somewhere in your make file.
 
Share this answer
 
Comments
Member 3612029 28-May-15 1:55am    
Jochen Arndt, Thanks a lot for your quick answer. This was a really old project and I have to change lot of paths and names to make is executable. Now brcc32 is running correctly and it is producing respective res file.
However I have another question. In my build file I have command called
@sscheck abc.dll after the resource compilation command. But my Borland installation path does not have any such exe's. and dont really know what this command means.

I would greatly appreciate, If you can help me out here too.

Thanks,
Ansari.
Jochen Arndt 28-May-15 2:49am    
I don't know that command. It seems that it does not belong to Borland C++ (self written or other external tool).
So I'm sorry that I can't help you with this.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900