We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 296

Summary: Broken compilation on Pocket PC 2003
Product: SDL Reporter: Dmitry Yakimov <support>
Component: buildAssignee: Dmitry Yakimov <support>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: Other   
OS: Windows (CE)/PocketPC   

Description Dmitry Yakimov 2006-08-08 09:30:15 UTC
i'm trying to compile a SDL project of VisualCE.zip package included in SDL
with VS2005.

I have that problem:

 Creating library Pocket PC 2003 (ARMV4)\Release/SDL.lib and object Pocket
PC 2003 (ARMV4)\Release/SDL.exp
SDL_dibevents.obj : error LNK2019: unresolved external symbol
MapVirtualKeyEx referenced in function SDL_MapVirtualKey
SDL_dibvideo.obj : error LNK2019: unresolved external symbol GetMenu
referenced in function DIB_SetVideoMode
Pocket PC 2003 (ARMV4)\Release/SDL.dll : fatal error LNK1120: 2 unresolved
externals

vs cannot link that 2 funcion:  MapVirtualKeyEx and GetMenu
Comment 1 Dmitry Yakimov 2006-08-13 13:56:09 UTC

*** This bug has been marked as a duplicate of 294 ***