SDL_gfx and Dev-Cpp

Does anybody have compiled SDL_gfx for Dev-Cpp or for Mingw32?
I get errors creating static libraries.

Thanks in advance.

elhja

elhja wrote:

Does anybody have compiled SDL_gfx for Dev-Cpp or for Mingw32?
I get errors creating static libraries.

I’ve attached a project that works for me. Basically you need to add a
couple of defines that are not set by default:
-DBUILDING_DLL=1
-DBUILD_DLL=1
-DWIN32

which is what that project does.

elhja

-Sebastian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed…
Name: SDL_gfx.dev
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20050104/0412d9f3/attachment.txt