FPSDL v1.0

Ok here is the first official version of my Free Pascal SDL port.
It supports the whole SDL functionality and you can freely use it.
I’m open to comments, critic and everything related to it. There
is no licence so just download and use!

There is a single unit file (SDL.pp), which you have to compile
(use whatever compiler settings you want) and then simply include
it in your programs!

WARNING:

When compiling you will have to tell the compiler where the SDL
library resides. Something like:

fpc -k-Lc:\SDL\lib testprog.pp

and the linker will search for SDL.a in the c:\SDL\lib directory.

Hope you like it!

P.S.
Post comments!

Humm. Where is it? Maybe I’m blind…

/OlofOn Tue, 9 Nov 2004 19:15:13 +0000 (UTC), Mihail Ivanchev wrote:

Ok here is the first official version of my Free Pascal SDL port.
It supports the whole SDL functionality and you can freely use it.
I’m open to comments, critic and everything related to it. There
is no licence so just download and use!

There is a single unit file (SDL.pp), which you have to compile
(use whatever compiler settings you want) and then simply include
it in your programs!

WARNING:

When compiling you will have to tell the compiler where the SDL
library resides. Something like:

fpc -k-Lc:\SDL\lib testprog.pp

and the linker will search for SDL.a in the c:\SDL\lib directory.

Hope you like it!

P.S.
Post comments!


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

Mihail Ivanchev wrote:

Ok here is the first official version of my Free Pascal SDL port.

Where might that be? You didn’t leave a link! :slight_smile:

–Scott

OK, I’M DUMB!!! REALLY, REALLY DUMB!!!

http://mihail121.tripod.com/files/src/sdl.zip