Hi,
I am testing compiling an application that uses winelib with 1.3.16 (currently compiled with 1.2.2).
I have an issue with the resource compiler (wrc) which doesn't understand the LANGUAGE line. When I compile resource files, I get errors resembling:
file.rc:22:21: Error: syntax error
The corresponding line in the file is:
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
If I comment the line, the compilation succeeds.
Best regards, Gilles