How to use the dll?

Hi. This is probably off topic.

I wrote a small program to test SDL, it compiles, I got the .h files. I
also downloaded the binary distribution it’s a .dll file. So my question
is: how do I use that dll file on my program? (to build the .exe and run it
on windows)
Can someone point me to a tutorial or something?

Thanks…

Ariel.

Ariel.
http://Anime.com.ar
snm

http://www.libsdl.org/faq/FAQ-Win32.html
Good for telling you how to link SDL into your applications

http://www.libsdl.org/intro/toc.html
Introduction to the API

Also dependson the compiler your using to.Thanks
Dean Wadsworth
Krabbit Software Inc.
http://www.krabbitworld.com
@Dean_WadsworthOn Sat, 28 Apr 2001 12:55:04 -0300, Ariel Manzur wrote:

Hi. This is probably off topic.

I wrote a small program to test SDL, it compiles, I got the .h files. I
also downloaded the binary distribution it’s a .dll file. So my question
is: how do I use that dll file on my program? (to build the .exe and run it
on windows)
Can someone point me to a tutorial or something?

Thanks…

Ariel.

Ariel.
http://Anime.com.ar
snm

Yes… I saw the faq (I’m using mingw32), it doesn’t say how to link with
the dll file, just a links to download fompiliers and stuff.
thanks anyway.

Ariel.

At 23:29 28/04/2001 -0700, you wrote:

http://www.libsdl.org/faq/FAQ-Win32.html
Good for telling you how to link SDL into your applications

http://www.libsdl.org/intro/toc.html
Introduction to the API

Also dependson the compiler your using to.Thanks
Dean Wadsworth
Krabbit Software Inc.
http://www.krabbitworld.com
varmint at krabbit.com

Hi. This is probably off topic.

I wrote a small program to test SDL, it compiles, I got the .h files. I
also downloaded the binary distribution it’s a .dll file. So my question
is: how do I use that dll file on my program? (to build the .exe and run it
on windows)
Can someone point me to a tutorial or something?

Thanks…

Ariel.

Ariel.
http://Anime.com.ar
snm

Ariel.
http://Anime.com.ar
snm>On Sat, 28 Apr 2001 12:55:04 -0300, Ariel Manzur <@Ariel_Manzur> wrote: