| Summary: | On Windows Visual Studio Compiler (2013 and 2015) don't linking SDL_surface functions. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Evgeniy Netepa <DarkContact> |
| Component: | *don't know* | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | scipio_major |
| Version: | 2.0.5 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
| Attachments: | Output of "DUMPBIN /EXPORTS SDL2.lib" | ||
|
Description
Evgeniy Netepa
2017-01-25 11:21:41 UTC
Is this building SDL or building another application? If it's another application, do other SDL functions get resolved? (In reply to Sam Lantinga from comment #1) > Is this building SDL or building another application? If it's another > application, do other SDL functions get resolved? Building another application. Other SDL functions resolved. Created attachment 2723 [details]
Output of "DUMPBIN /EXPORTS SDL2.lib"
I can confirm that SDL_CreateRGBSurfaceWithFormat and SDL_CreateRGB_SurfaceWithFormatFrom is missing from the exported functions present in the SDL2.lib export library in both x86 and x64 in version 2.0.5.
This is fixed for the 2.0.6 release, thanks! |