Hello everyone. We have another company localize our resource (.rc) files, and they have a need to bind various revisions to our exe without having our source code, or even the objs. From the Borland documentation I would think that:
c:\borland\bcc55\bin\brc32 AppName.rc AppName.exe
would compile the .rc to .res, and bind the .res with the .exe. However, while the .res is produced, it is not bound to the .exe (the .exe is not updated at all). I took care to leave off the -r switch which is supposed to prevent binding of the .res to the .exe. I know binding a .res to an .exe was possible with the 16-bit Borland brc.exe utility. Does anyone know how to do it with the 32-bit Borland utilities, or what might be wrong with my syntax?
Thanks!