[Bug 3955] New: wrc doesn't recognize IDA_EXPLORER property properly

Wine Bugs wine-bugs at winehq.org
Sun Nov 27 02:48:06 CST 2005


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

           Summary:  wrc doesn't recognize   IDA_EXPLORER property properly
           Product: Wine
           Version: CVS
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-winelib
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: hys545 at dreamwiz.com


LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH" /usr/bin/wrc --nostdinc -
I. -I. -I../../include -I../../include  -D__WRC__ -D_WIN32 -foexplorer_intres.
res explorer_intres.rc


explorer_intres.rc:56:9: Error: Key code must be an ascii string
make: *** [explorer_intres.res] Error 1


The problem is in:

 IDA_EXPLORER ACCELERATORS MOVEABLE PURE 
BEGIN

      "X",            ID_FILE_EXIT,           VIRTKEY, ALT, NOINVERT  
     "S",            ID_VIEW_FULLSCREEN ,    VIRTKEY,SHIFT , CONTROL, NOINVERT 

END 


After removing those 5 lines, everything works fine. Is it
simply not supported or am I missing something?

Please, help.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list