http://bugs.winehq.org/show_bug.cgi?id=15405
Ilya Sandler ilya.sandler@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ilya.sandler@gmail.com
--- Comment #6 from Ilya Sandler ilya.sandler@gmail.com 2008-10-15 20:45:17 --- Hello, I am a newbie as far as windows resource files are concerned, however it seems that I can reproduce the problem by trying to compile a dialog sample from msdn website:
http://msdn.microsoft.com/en-us/library/aa381003(VS.85).aspx
cat test.rc
#include <windows.h>
ErrorDialog DIALOG 10, 10, 300, 110 STYLE WS_POPUP | WS_BORDER CAPTION "Error!" { CTEXT "Select One:", 1, 10, 10, 280, 12 PUSHBUTTON "&Retry", 2, 75, 30, 60, 12 PUSHBUTTON "&Abort", 3, 75, 50, 60, 12 PUSHBUTTON "&Ignore", 4, 75, 80, 60, 12 }
wrc test.rc
test.rc:3:15: Error: syntax error
This is with 1.0.0-1ubuntu4~hardy1 version of the wine-dev package