Hi all,
I started to test beta5/Win version of CB. Thank a lot, first.
I got problems to compile my .rc script (MinGW, install package MinGW-3.1.0-1.exe). I looked to advanced options, here is script for compiling resources which is there used:
$rescomp -i $file -J rc -o $resource_output -O coff $res_includes
I wasn't sure about -J switch, because windres --h tell me only about -I switch (input format, in this case rc). So after change -J to -I it work OK.
Can someone comfirm if this is bug or not?
Happy code::blocking
Josef