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
__
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
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
_
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
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
--
_
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
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
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 .