Hello everyone,
i'm trying to compile the SDL2_gfx library in codeblocks - mingw (TDM-GCC-64).
To tell the truth i compiled the SDL2_gfx library, but i can’t use cause i get many undefined references as follow:
…\TDM-GCC-64\lib\libSdl_Gfx.a(SDL2_gfxPrimitives.o):SDL2_gfxPrimitives.c|| undefined reference to SDL_SetRenderDrawBlendMode'|
..\..\TDM-GCC-64\lib\libSdl_Gfx.a(SDL2_gfxPrimitives.o):SDL2_gfxPrimitives.c|| undefined reference toSDL_RenderDrawPoint’|
Someone compiled and used successfully this library?
Could you please help?
Kind regards