www.digitalmars.com         C & C++   DMDScript  

c++.command-line - RCC quirks

This tool has some quirks:

 rcc -DDEBUG=0 -o digmars\test.res test.rc
Command line error: multiple input files specified Okay so that should be "-odigmars\test.res". And then rcc -DDEBUG=0 -odigmars\test.res test.rc LANGUAGE 0x09,0x01 ^ Fixed by adding "-32". Why should 16-bit still be the default? DMC 8.38n -- gv
Aug 25 2004