[Bug 15405] Problem with wrc 1.0

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 15 20:45:18 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=15405


Ilya Sandler <ilya.sandler at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ilya.sandler at gmail.com




--- Comment #6 from Ilya Sandler <ilya.sandler at 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


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list