Re: [fpc-pascal] Looking for ncurses.pp (found it)

2004-11-14 Thread Karim Forsthofer
Yes, I found it on cvs. Thanks -- Email2me is probably the best email in the world. It is FREE to sign up go to: a href=http://www%20email2me.com;http://www.email2me.com/a Powered by Outblaze Powered by Outblaze

[fpc-pascal] Looking for ncurses.pp

2004-11-13 Thread Karim Forsthofer
Hello I`m looking for the orginal sources of the fpc ncurses bindings from Michael Van Canneyt. Only the compiled file is included in the fpc installation. I`ve try to download packages.zip (from http://www.freepascal.org/develop.html), but the links on this site and on the mirrors seems to

[fpc-pascal]When is the release date for 2.0 ?

2003-12-17 Thread Karim Forsthofer
Hello When will be fpc 2.0 (linux version) for download. Greetings Karim -- __ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze

[fpc-pascal]Linker error under FreeBSD

2003-07-09 Thread Karim Forsthofer
Hello I tried to compile a program with fpc (for FreeBSD). The objectfile was build, but the linker put an error msg on the screen. linking /usr/bin/ld cannot find -ldl ehh ? I looked in the /usr/bin dir, the gnu linker is there. What`s the problem ? Karim --

[fpc-pascal]OpenGL/GLUT run time error when I whant compile this code

2003-04-04 Thread Karim Forsthofer
Hello I played around with the OpenGL unit, and I wrote some minimal OpenGL code to get a window: Here is the code: program glbasic; uses gl, glut; const width = 640; height= 480; procedure drawthings; begin glClearColor(0.0, 0.0, 0.0, 0.0); (*will add some more code*); end;

[fpc-pascal]error msg when compiling gluttest example under linux

2003-03-23 Thread Karim Forsthofer
Hello I installed FPC 1.0.6 on my Mandrake System. All in the default path /usr/local I tried to compile some programs, it worked only with console programs, who not need a special lib or unit. I tried to compile a gluttest.pp, from the example package, but there comes allways the error msg