SDL_Gfx 2.0 in Windows XP with VC7

Hello!

I was wondering if anyone know what the next step is?

I downloaded the SDL_gfx-2.0.13.zip, unzipped and unzipped the project
file in VisualC7.zip and made some fixes, and it compiled.

And here I am, with a sdlgfx.dll and with no clue what the next step is
to use these functions.

Best regards
Jesper

There is a function listing on the SDL_gfx page.

-TomT64

Jesper Liljegren wrote:> Hello!

I was wondering if anyone know what the next step is?

I downloaded the SDL_gfx-2.0.13.zip, unzipped and unzipped the project
file in VisualC7.zip and made some fixes, and it compiled.

And here I am, with a sdlgfx.dll and with no clue what the next step
is to use these functions.

Best regards
Jesper


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

To use these functions from an SDL app, link in the generated SDL_gfx.lib.
That way it’ll link in the functions and automatically load the DLL the same
way it does the SDL libraries, etc. The DLL has to be in the same directory
as the program being run, generally.On June 20, 2005 02:41 pm, Jesper Liljegren wrote:

Hello!

I was wondering if anyone know what the next step is?

I downloaded the SDL_gfx-2.0.13.zip, unzipped and unzipped the project
file in VisualC7.zip and made some fixes, and it compiled.

And here I am, with a sdlgfx.dll and with no clue what the next step is
to use these functions.