xsharp.eu • RC2135 File not found on XPorter generated menu resource
Page 1 of 1

RC2135 File not found on XPorter generated menu resource

Posted: Wed Jan 30, 2019 10:51 pm
by ic2
I deleted the icons with the 2135 error (see previous question) and now I get, on the Xported VO code):
RC2135 File not found on XPorter generated menu resource

So far 22 errors, like file not found: MENUITEM
file not found: END
See a part of the converted resource below.

Also this gives an error:
MENUITEM "MN_CUTtCtrl+X", 22755

Error RC2164 unexpected value in RCDATA IC2 lib C:XporterOutputIC2 libOmschrijfVenster.OMSCHRIJFMENU.rc 13
It seems that the shortcut key (tCtrl+X) causes the error.


Basically it goes wrong in every .rc file generated by XPorter.

How do I solve that?

Dick


OMSCHRIJFMENU MENU
Begin
POPUP "MN_BESTAND"
BEGIN
MENUITEM "MN_SLUITtCtrl+F4", 22749
MENUITEM SEPARATOR
MENUITEM "MN_PRSETUP", 22751
MENUITEM SEPARATOR
MENUITEM "MN_EXITtAlt+F4", 22753
END
POPUP "MN_BEWERK"

RC2135 File not found on XPorter generated menu resource

Posted: Thu Jan 31, 2019 12:04 am
by Chris
Can you please zip the folder with the exported app and send it to me to have a look? Could possibly be some problem similar to the other you posted and then the resource compiler reports too many problems, while actually only one exists.