[fpc-pascal]Linker error with OpenGL and SDL

2003-10-26 Thread Karim
Hello I installed the SDL Bindings for FPC (FreeBSD). I compiled the bindings and copied the all .ppu and object files in a SDL units directory. Now, I want to test sdl and the bindings with the examples the comes with the it. Like demo01.pp When I try to compile it, I get this message: x1-6-00-a

Re: [fpc-pascal]Linker error with OpenGL and SDL

2003-10-26 Thread Marco van de Voort
[ Charset ISO-8859-1 unsupported, converting... ] > Hello > > I installed the SDL Bindings for FPC (FreeBSD). I compiled the bindings > and copied > the all .ppu and object files in a SDL units directory. > Now, I want to test sdl and the bindings with the examples the comes with > the it. Like de