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 1110

Summary: Unresolved externals in Visual C++
Product: SDL Reporter: madaraknak
Component: timerAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.0   
Hardware: x86   
OS: Windows (XP)   

Description madaraknak 2011-01-27 18:27:09 UTC
These may have been resolved between the posted zipped source and HG, but:

timeGetTime (and some related fn's) comes up as an unresolved external, because the lean_and_mean designation does not include the mmsystem.h header.  The easy fix is to explicitly include it.

_beginthreadex and _endthreadex also come up unresolved; I'm not sure how to fix this :(

I'm compiling in VC 2008 with the Multi-threaded DLL runtime.
Comment 1 Sam Lantinga 2011-01-27 20:56:49 UTC
Already fixed, go ahead and update.

Thanks for the feedback!