RC2135 File not found on XPorter generated menu resource

This forum is meant for questions and discussions about the X# language and tools
Post Reply
ic2
Posts: 1798
Joined: Sun Feb 28, 2016 11:30 pm
Location: Holland

RC2135 File not found on XPorter generated menu resource

Post 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"
User avatar
Chris
Posts: 4562
Joined: Thu Oct 08, 2015 7:48 am
Location: Greece

RC2135 File not found on XPorter generated menu resource

Post 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.
Chris Pyrgas

XSharp Development Team test
chris(at)xsharp.eu
Post Reply