Re: [fpc-pascal] problems posting data with synapse to identi.ca

2008-08-22 Thread Tobias Diekershoff
On Fri, 22 Aug 2008 14:59:45 +0200 Tobias Diekershoff <[EMAIL PROTECTED]> wrote: > As I implemented fetching a timeline with synapse, It would be nice if > anybody coud give me a hint with this. I've tried HttpPostURL, but the > result is not very promising (i.e. false), wh

[fpc-pascal] problems posting data with synapse to identi.ca

2008-08-22 Thread Tobias Diekershoff
/wiki/Version0API -- \|/ O O /--uUu-/ \-uUu\ | \_/ Tobias Diekershoff | | URl .. www.diekershoff.net | | Mail . [EMAIL PROTECTED] | | PGP-ID ... 0x66A73B17 | | Jabber ... [EMAIL PROT

Re: [fpc-pascal] Complex number calculation with FPC?

2007-01-15 Thread Tobias Diekershoff
Hello Daniƫl! On Mon, 15 Jan 2007 19:16:11 +0100 (CET) you wrote: > Try the ucomplex unit, it provides complex number support. Thanks a lot! so long Tobias -- \|/ O O /--uUu-/ \-uUu\ | \_/ Tobias Diekershoff | |

[fpc-pascal] Complex number calculation with FPC?

2007-01-15 Thread Tobias Diekershoff
...) calls with FPC? Thanks in advance! so long Tobias -- \|/ O O /--uUu-/ \-uUu\ | \_/ Tobias Diekershoff | | URl .. www.diekershoff.net | | Mail . [EMAIL PROTECTED] | | PGP-ID ... 0x66A73B17 | | Jabber

[fpc-pascal]Bug in S_ISDIR of fpc 1.0.10?

2003-08-26 Thread Tobias Diekershoff
Hello everyone! Hope that's the right place for such things ;) I've written a program using the LINUX unit, that looks through a directory tree using the code-snipplet below. The purpose is to find the subdirectories of the dir and then search in them, performing the same routine. The problem I

Re: [fpc-pascal]RE: crosscompiling problems with ld(w) frombinutils-2.1.4

2003-07-31 Thread Tobias Diekershoff
On Wed, 30 Jul 2003 22:08:49 -0700 (PDT) Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: > This is not exactly a perfect solution, but it beats > having to reboot into windows everytime I want to try > a piece of cross-platform code. Hey yes, that works. Somehow ;?) Among all the output of wine, the

Re: [fpc-pascal]crosscompiling problems with ld(w) frombinutils-2.1.4

2003-07-30 Thread Tobias Diekershoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 30 Jul 2003 10:11:11 -0400 L D Blake <[EMAIL PROTECTED]> wrote: > > 0008:Using util tmp/binutils/bin/ldw > > 0010:tmp/binutils/bin/ldw -s -b base.$$$ -o hello.exe > > link.res 0002:hello.pas(4,1) Error: Error while linking > >

[fpc-pascal]crosscompiling problems with ld(w) from binutils-2.1.4

2003-07-30 Thread Tobias Diekershoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everybody, this is my first posting here, so please be paitient with me ;) In 99% of the time I'm using linux, and therefore I'm writing my prgroms for linux. Lately more and more windoze using friends ask me, if I could give them my programs.