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
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
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
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
> 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
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
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,