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@winehq.org ReportedBy: hys545@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.