Changes between Initial Version and Version 1 of Ticket #9630, comment 3


Ignore:
Timestamp:
10/26/16 19:19:15 (7 years ago)
Author:
wjp

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9630, comment 3

    initial v1  
    1 That's correct. Although support for SDL2 has been added previously, by LordHoto I think,  I'm pretty sure it does indeed still link to SDL1. Given the recent problems with SDL2, I didn't see much point in updating the project creation to use SDL2 by default yet.
     1That's correct. Although support for SDL2 has been added previously, by !LordHoto I think,  I'm pretty sure it does indeed still link to SDL1. Given the recent problems with SDL2, I didn't see much point in updating the project creation to use SDL2 by default yet.
    22
    3 You should be able to go to dists/msvc14/create_msvc14.bat, and copy either of the stable or all engines lines that call create_project, and simply add "-use-sdl2" as an extra parameter. From memory,, that should allow you to generate project files that link against SDL2. As has been previously mentioned, SDL 2.0.4 DLL is being provided with the libs package, so you'd also need to get the 2.0.5 and replace the DLL.
     3You should be able to go to dists/msvc14/create_msvc14.bat, and copy either of the stable or all engines lines that call create_project, and simply add "-use-sdl2" as an extra parameter. From memory, that should allow you to generate project files that link against SDL2. As has been previously mentioned, SDL 2.0.4 DLL is being provided with the libs package, so you'd also need to get the 2.0.5 and replace the DLL.