The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Using SDL2 as 32 and 64 bits code
mjspritzer


Joined: 06 Mar 2015
Posts: 10
Location: Southern California
When I make my library I just keep them in separate 32bit and 64bit folders, and link them up for their respective compilations. If you're using Visual Studio, it just means placing the correct DLLs with the correct executable and setting the additional library dependencies for each output mode to it's respective folders.