Well, i tried with the Makefile, and it worked! but i must admit i dont understand half of it
but now the problem is SDL_gfx, i tried using the flag -lSDL_gfx, but it doesnt work! maybe the flag is different?? any suggestions??
Hi, this is my first post, and my question is how can i compile a library adn then use it in other projects, i tried, but it didnt worked :cry: i did the following thing: Graphics.h void RenderSurface(SDL_Surface *src,SDL_Rect *srcrect); Graphics.cpp #include "Graphics.h" #include <SDL.h> ...