View previous topic :: View next topic |
Author |
Message |
Michel_Hache
Joined: 28 Sep 2005 Posts: 2
|
Posted: Thu Sep 29, 2005 12:08 pm Post subject: get "Error ID: 9" on POPUP statement with an optio |
|
|
When attempting to open my .rc file, Resource Builder reports "Error ID: 9" when it reaches the first POPUP statement within a MENUEX resource, but the .rc file compiles fine in visual studio. Are MENUEX resources not supported?
exe is version 2.3.3.3, compiler version 5.4.1.21, linker version 1.0.0.46 |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Thu Sep 29, 2005 1:38 pm Post subject: |
|
|
Could you please send us sample RC file which causes this and we will fix this for the next release? |
|
Back to top |
|
 |
Michel_Hache
Joined: 28 Sep 2005 Posts: 2
|
Posted: Tue Oct 04, 2005 5:02 pm Post subject: |
|
|
Just creating a normal Doc/view project, I added a popup menu and set a few menu item options that got visual studio to create a MENUEX resource instead of a MENU resource, and resource builder failed on the POPUP line when reading this section:
IDR_POPUPTEST MENUEX
BEGIN
POPUP "", 65535,MFT_STRING,MFS_ENABLED
BEGIN
MENUITEM "Test1", ID_TEST1,
MFT_STRING | MFT_RIGHTORDER | MFT_RIGHTJUSTIFY,MFS_ENABLED
MENUITEM MFT_SEPARATOR
MENUITEM "Test2", ID_TEST2,MFT_STRING,
MFS_ENABLED
END
END |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Wed Oct 05, 2005 5:48 am Post subject: |
|
|
Sorry, our fault. The forthcoming version 2.4 will support MENUEX resources. |
|
Back to top |
|
 |
|