Error

Pages: 12
When you see undefined reference to SDL_* it means that it is forgetting to link against the proper libraries. Your paste of the g++ line is missing -lSDL and the other appropriate libraries.
how i link to libSDL2-2.0.so.0?
Should just be a matter of saying -lSDL2 instead of -lSDL when compiling.
haha, yep
Application is running thanks to your help.
Actually this application use this format to load sprites:
http://tinypic.com/r/10p1u6q/8
Let me know if you can help me to change to this format:
http://tinypic.com/r/ftf03m/8

Just to make the application compatible with rpg maker sprites.
There is no error, i just don't know where change it.
Last edited on
That is something you are going to have to read the code to find out. That is part of being a programmer, learning to decipher code and if you are going to use code you didn't write you have to learn how to do that otherwise you will just continue to have someone hold your hand through the whole thing and never learn anything.
Ok, i'll keep searching
ok, i did it =)
Topic archived. No new replies allowed.
Pages: 12