Hi....I'm using Bcc55 and I need to know how to compile (command line) the application that requires the resource file (.rc).
Thanks
This is a discussion on .rc files compilation within the Windows Programming forums, part of the Platform Specific Boards category; Hi....I'm using Bcc55 and I need to know how to compile (command line) the application that requires the resource file ...
Hi....I'm using Bcc55 and I need to know how to compile (command line) the application that requires the resource file (.rc).
Thanks
#pwd
Brazil
Also some more info at: http://www.winprog.org/tutorial/bcpp.html
brcc32.exe -32 -w32 myfile.rc
Thanks
#pwd
Brazil