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 - Unresolved externals in Visual C++
Summary: Unresolved externals in Visual C++
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: timer (show other bugs)
Version: 2.0.0
Hardware: x86 Windows (XP)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 18:27 UTC by madaraknak
Modified: 2011-01-27 20: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 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!