Bugs item #1952666, was opened at 2008-04-27 13:03
Message generated for change (Comment added) made by dannybackx
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=1952666&group_id=173455

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: w32api
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Danny Backx (dannybackx)
Summary: GetMenu

Initial Comment:
By compiling a texteditor with mingw32ce i get

/opt/mingw32ce/bin/arm-wince-mingw32ce-gcc.exe -D_WIN32_IE=0x0400 
-D_WIN32_WCE=0x0400 -I . -o notepad.exe dialog.o settings.o text.o main.c
...
dialog.o:dialog.c:(.text+0x13f4): undefined reference to `GetMenu'
...
/cygdrive/c/Users/lis/AppData/Local/Temp/ccyypzTl.o:main.c:(.text+0xb48): 
undefined reference to `GetMenu'
/cygdrive/c/Users/lis/AppData/Local/Temp/ccyypzTl.o:main.c:(.text+0xba0): 
undefined reference to `GetMenu'
...

MSDN link for the .net function 
http://msdn2.microsoft.com/en-us/library/aa249330.aspx

MSDN link for the MFC function
http://msdn2.microsoft.com/en-us/library/7xkd69hf(VS.80).aspx

Searching with
arm-wincemingw32ce-strings.exe ... | grep GetMenu returned

CommandBar_GetMenu
__imp_CommandBar_GetMenu
CommandBar_GetMenu
CommandBar_GetMenu
__imp_CommandBar_GetMenu
GetMenuItemInfoW
__imp_GetMenuItemInfoW
GetMenuItemInfoW
GetMenuItemInfoW
__imp_GetMenuItemInfoW


----------------------------------------------------------------------

>Comment By: Danny Backx (dannybackx)
Date: 2009-04-28 16:30

Message:
Removed GetMenu from the include files as this is not supported on CE.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=1952666&group_id=173455

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to