Show whole topic Feb 07, 2014 12:12 am
ObeY Offline
Approved Member
Registered since: Aug 12, 2013
Location: -


Subject: Re: Need links to correct SDL version files
i just compile the newest maxr from svn

- i use VS 2010
- create n new empty win32 project
- get the newest sourcecode from SVN svn://maxr.org/
- add the 3 res files to ur projekt (max.rc, maxr.bmp, maxr.ico)
- add all header files (*.h)
- add all source files (cpp AND the *.c file)
- i change the character set from unicode to multibyte
- i have add the (3) sdl2 lib dirs to the VC++ Directorys (SDL2_mixer-devel-2.0.0-VC.zip + SDL2_net-devel-2.0.0-VC.zip + SDL2-devel-2.0.1-VC.zip
- add the (3) include dirs to the VC++ Directorys
- add the depencys
SDL2_mixer.lib
SDL2_net.lib
SDL2.lib
SDL2main.lib

now u should be able to compile

edit: alzi was faster :-/
This post has been edited 1 times. Last edit on Feb 07, 2014 12:13 am by ObeY.