[Bug 786] New: - wrc gives parse error if resource nameID has quotes
http://bugs.winehq.com/show_bug.cgi?id=786 Summary: wrc gives parse error if resource nameID has quotes Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-tools AssignedTo: wine-bugs(a)winehq.com ReportedBy: tom(a)platte.com Given file wrcbug.rc: #include <windows.h> dialog_id DIALOG 90, 22, 192, 100 STYLE WS_POPUP BEGIN END "dialog_id" DIALOG 90, 22, 192, 100 STYLE WS_POPUP BEGIN END Compile it with the command: wrc -I/usr/include/wine wrcbug.rc Gives this error: wrcbug.rc:3:13: Error: parse error Compile it using the Microsoft rc compiler using the command: rc -IC:\msstudio\vc98\include wrcbug.rc And it compiles with no errors. DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://bugs.winehq.com/show_bug.cgi?id=786>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
participants (1)
-
wine-bugs@winehq.com