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: http://www%20email2me.com";>http://www.email2me.com 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]Need packages.zip , link is down.

2003-07-09 Thread Karim Forsthofer
Hello I need the packages.zip from the fpc page. But the download link is not up since a long time. Is there an other link, or can anybody send it to me ? That would be great. By the way, a lot of download links (mirrors) are down on the fpc page. I only found my FreeBSD fpc Version avaliable o

[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; begin

[fpc-pascal]No GLU Unit with the fpc package ..where can I get it ?

2003-03-29 Thread Karim Forsthofer
Hello With the default 1.0.6 installed package it is impossible to compile programs that use GLU with OpenGL E.X glutdemo.pp that is in the example directory. At the line 24. the porgram needs the GLU unit uses GL,GLU,GLUT but no glu unit is included in the opengl units directory

[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 .