Changes between Initial Version and Version 1 of Ticket #11517, comment 5
- Timestamp:
- 03/21/2015 06:09:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11517, comment 5
initial v1 3 3 Can someone confirm my assumptions that the provided SDL.dll on Windows is broken? 4 4 5 It has a missing dependency to msvcr80.dll but with or without that file the program always launches giving the SDL Error: 'DirectInputDevice::SetDataFormat: Invalid parameters' no matter what.5 It has a missing dependency to msvcr80.dll (can be available on the system) but with or without that file the program always launches giving the SDL Error: 'DirectInputDevice::SetDataFormat: Invalid parameters' no matter what. 6 6 7 7 But if nobody reads this ticket, why bother? 8 8 9 9 The only way to confirm this is to provide a test build with: 10 -updated SDL to 1.2.15 and build it with vs201010 -updated SDL to 1.2.15, built with vs2010 (instead of vs2005 - msvcr80.dll)