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 - Broken compilation on Pocket PC 2003
Summary: Broken compilation on Pocket PC 2003
Status: RESOLVED DUPLICATE of bug 294
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 1.2
Hardware: Other Windows (CE)/PocketPC
: P2 normal
Assignee: Dmitry Yakimov
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 09:30 UTC by Dmitry Yakimov
Modified: 2006-08-13 13:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***