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 294 - Can't build SDL 1.2.11(and svn) for Pocket PC 2003 with Visual Studio 2005
Summary: Can't build SDL 1.2.11(and svn) for Pocket PC 2003 with Visual Studio 2005
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 1.2.11
Hardware: Other Windows (CE)/PocketPC
: P2 normal
Assignee: Dmitry Yakimov
QA Contact: Sam Lantinga
URL:
Keywords:
: 296 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-06 00:09 UTC by Masahiko, SAWAI
Modified: 2006-09-23 19:07 UTC (History)
1 user (show)

See Also:


Attachments
This small patch fixes compilation issues (2.68 KB, patch)
2006-08-13 14:29 UTC, Dmitry Yakimov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masahiko, SAWAI 2006-08-06 00:09:17 UTC
I'm trying to build SDL with Visual Studio 2005 and I get the following two errors.

..\..\src\video\windib\SDL_dibevents.c(281) : error C2065: 'KLF_NOTELLSHELL' : undeclared identifier
..\..\src\video\windib\SDL_dibevents.c(286) : error C2065: 'KLF_ACTIVATE' : undeclared identifier
Comment 1 Dmitry Yakimov 2006-08-13 13:56:09 UTC
*** Bug 296 has been marked as a duplicate of this bug. ***
Comment 2 Dmitry Yakimov 2006-08-13 14:29:28 UTC
Created attachment 157 [details]
This small patch fixes compilation issues

This small patch fixes compilation issues
Comment 3 Dmitry Yakimov 2006-08-14 04:07:21 UTC
It is for 1.2 but I think it could fit 1.3
Comment 4 Sam Lantinga 2006-09-23 19:07:23 UTC
This is fixed in subversion, thanks Dmitry!