Hi guys,
I am having a problem using SDL_Rotozoom.
(1) I downloaded the SDL2_gfx library.
(2) I put the SDL2_rotozoom.h and SDL2_rotozoom.c into my project folder
(3) Then, I typed in <SDL_rotoroom.h> (I am not sure why the file is called SDL2_rotozoom.h, beacuse when I type in <SDL2_rotozoom.h> visual studio complains.
(4) I went into project->c/c++->general->additional include directories and put in my path for my project
However, when I try to compile, visual studio tells me:
"1>main.obj : error LNK2019: unresolved external symbol _rotozoomSurface referenced in function _SDL_main
1>C:\Users\Mike\Documents\Visual Studio 2010\Projects\sdl_tutorial\Debug\sdl_tutorial.exe : fatal error LNK1120: 1 unresolved externals"
I have never tried to use an "outside" .h and .c in any of my projects before so I am not quite sure what I am doing wrong. Any help would be greatly appreciated.
Thanks,
Mike