Re: [fpc-pascal] XML DOM and HTML

2008-06-07 Thread Michael Van Canneyt
On Sat, 7 Jun 2008, Johannes Nohl wrote: > Dear list, > > I player around with the units dom and xmlread. I liked them very > much. Now I thought I could parse websites with it. But they are > slightly different as far as I know. In xml everthing is within a node > while in HTML there are more

[fpc-pascal] XML DOM and HTML

2008-06-07 Thread Johannes Nohl
Dear list, I player around with the units dom and xmlread. I liked them very much. Now I thought I could parse websites with it. But they are slightly different as far as I know. In xml everthing is within a node while in HTML there are more then one value in a node. E.g.: possible XML: asdf1

Re: [fpc-pascal] FPC_ARMEL system calls

2008-06-07 Thread Luca Olivetti
El Wed, 04 Jun 2008 21:25:20 +0200 Luca Olivetti <[EMAIL PROTECTED]> escribió: > Anyway, I tried passing -k'L > /path/where/I/copied/all/the/target/libraries' and it's progressing > (it isn't finding some libraries that are there, like libc) but I see > a bunch of messages like these: > > /home/

Re: [fpc-pascal] FPC_ARMEL system calls

2008-06-07 Thread Luca Olivetti
El Wed, 04 Jun 2008 20:49:47 +0200 Florian Klaempfl <[EMAIL PROTECTED]> escribió: > I've fixed some stuff, so it should work with -O2 as well. This time is the oabi compiler that fails (natively compiled on real arm hardware). I tried both starting with 2.2.0 and with a 2.3.1 one made with -O-:

Re: [fpc-pascal] linking to dll still fails

2008-06-07 Thread Marc Santhoff
Am Samstag, den 07.06.2008, 10:24 +0200 schrieb Michael Van Canneyt: > > On Sat, 7 Jun 2008, Marc Santhoff wrote: > > > Hi, > > > > I still have no success in linking against a dll on windows. > > > > The dll import source looks like this: > > > > ... > > {$linklib 'hdf5'} > > You should chan

Re: [fpc-pascal] linking to dll still fails

2008-06-07 Thread Michael Van Canneyt
On Sat, 7 Jun 2008, Marc Santhoff wrote: > Hi, > > I still have no success in linking against a dll on windows. > > The dll import source looks like this: > > ... > {$linklib 'hdf5'} You should change this to {$linklib hdf5.dll} for windows. Otherwise the compiler will try to link to a stat