http://bugs.winehq.org/show_bug.cgi?id=15405
Summary: Problem with wrc 1.0 Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: quinlan@rulequest.com
I have a .rc file that compiles perfectly with wrc 0.9.40 (and with VisualC++) but gives a syntax error with wrc 1.0.
wrc -I. -fowindows.res windows.rc windows.rc:102:15: Error: syntax error
Lines 102 and following are
CONSTRDB DIALOG DISCARDABLE 20, 20, 148, 266 STYLE WS_POPUP | WS_CAPTION CAPTION "Classifier Construction Options" FONT 9, "MS Sans Serif" BEGIN ....
Using the .res file produced by wrc 0.9.40 with wine 1.0 seems to work fine.