| Summary: | Unresolved references to user32.dll on Win2k | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Kai Sterker <kai.sterker> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P4 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (NT) | ||
| Attachments: | Issue shown in DependencyWalker | ||
Ryan, can you coordinate this with Szymon? Thanks! Changing bug priorities... --ryan. http://msdn.microsoft.com/en-us/library/ms645596%28v=vs.85%29.aspx It would seem that raw input is not available before Windows XP / Server 2003. SDL doesn't use the raw input APIs anymore. Thanks! |
Created attachment 302 [details] Issue shown in DependencyWalker After compiling SDL 1.3-4444 on Windows 2000, SDL.dll referenced the following unknown symbols in user32.dll GetRawInputData GetRawInputDeviceInfoA GetRawInputDeviceList RegisterRawInputDevices Trying to run any program linked with SDL.dll just pops up an error about unresolved symbols. Not useable on Win2k that way.