[fpc-pascal] Sourceforge Lazarus DEB Fails on Ubuntu Hardy Heron

2009-05-13 Thread Prince Riley
The current .DEB lazarus-ide_0.9.26.2-0_i386.deb available from the Sourceforge repository reports a dependency error when I attempt to run it on Ubuntu 8.04. The error reads, "Error: Dependency is not satisfiable: libxi6" What makes this vexing is the installer reports a dependency error when in

[fpc-pascal] Link libglx library.

2009-05-13 Thread Guillermo Martínez Jiménez
Hello. I'm working on a project that needs the GLX library. It compiles but when running it returns that error: ./exbasic: symbol lookup error: /usr/local/lib/libagl.so: undefined symbol: glXQueryExtension In other forum a colleague suggest that it doesn't links with the libglx.so . I'm trying t

[fpc-pascal] Link libglx library.

2009-05-13 Thread Guillermo Martínez Jiménez
Hello. I'm working on a project that needs the GLX library. It compiles but when running it returns that error: ./exbasic: symbol lookup error: /usr/local/lib/libagl.so: undefined symbol: glXQueryExtension In other forum a colleague suggest that it doesn't links with the libglx.so . I'm trying t

[fpc-pascal] Daemon question

2009-05-13 Thread Koenraad Lelong
Hi, I wrote a daemon monitoring my solar powerstation. It works fine but I want to extend it. At the moment I log everything to file, and I put some data into rrdtool. I would like to be able to ask the daemon some information, but I don't know how to do this. I made some signals : sigterm to termi

Re: [fpc-pascal] How to use OpenGL 2.0 features

2009-05-13 Thread dmitry boyarintsev
> OpenGL 3.x also deprecates many OpenGL 1.1 functions (for example immediate > mode). OpenGL 1.1 is not loaded (as there is no need even on windows) so how > does the 'flexibility' help us there? Binding flexibility is required, if application is to be distributed. There's no way to say, what k

[fpc-pascal] PostgreSQL server side functions with FPC

2009-05-13 Thread fpclist
Does anyone have experience in developing PostgreSQL server side functions using fpc? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Where does Write(Ln) actually write to?

2009-05-13 Thread Tomas Hajny
On Wed, May 13, 2009 07:07, leledumbo wrote: > > It works... but only for the first call, after that IOResult gives 103. > Does > rtl closes stdout handle after every write or what? No, certainly not. As suggested yesterday, you need to implement some of the other Do_* functions, at least Do_Open,