David Armour - 2002-07-29

Just installed windres 2.12.90 hoping to resolve a
problem I saw in windres 2.11.90 but it did not.

My RC code is:

IDC_MYACCEL ACCELERATORS
BEGIN
   "?", IDM_ABOUT, ALT                  // error
   "/", IDM_ABOUT, ALT                  // error
   VK_F10, IDM_RUN, VIRTKEY
   "x", IDM_EXIT, ALT                     // error
END

With windres it gives the following error for the lines above marked //error :-

"inappropriate modifiers for non-VIRTKEY"

This code compiled fine with the Borland Resoource compiler.

Can someone advise me if this is a bug or is
something wrong with my code.

Thanks,  David   :)