c++.command-line - RCC quirks
- Gisle Vanem (9/10) Aug 25 2004 Command line error: multiple input files specified
This tool has some quirks:rcc -DDEBUG=0 -o digmars\test.res test.rcCommand 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