[fpc-pascal] FPC Compiler Internal Error: 200410231 (To Whom it may Concern)

2006-09-15 Thread Jason P Sage
u01g_jcore.pp(14304,3) Fatal: Internal error 200410231 u01g_jcore.pp(14304,3) Fatal: Compilation aborted The following Construct caused an Error I haven't seen before but the workaround was simple enough so I'm just writing this for the record. Offending construct: AnsiString(JFC_DL(CPL.lpItem).

[fpc-pascal] Updating to 2.0.4 bugreport (3)

2006-09-15 Thread Rainer Stratmann
var dirstr:string getdir(0,dirstr);   sorry it works, the error has also to do with the other described problem Rainer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Updating to 2.0.4 bugreport (2)

2006-09-15 Thread Rainer Stratmann
var dirstr:string getdir(0,dirstr);  // <- not works (on linux) dstr is something like'/ ' Rainer ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Updating to 2.0.4 bugreport

2006-09-15 Thread Rainer Stratmann
Hello, the update on 2.0.4 shows some bugs: var dirstr:string getdir(0,dirstr); // <- not works (on linux), the result is a string with length 0 The Compiler switch "Use register-variables" (switch off state) seems not to work. There is an error with involved asm code. If at the "end;" state

Re: [fpc-pascal] Please Help - Need ONE HINT - Trying to get something like sched_yield with free pascal in linux

2006-09-15 Thread Micha Nelissen
Jason Sage wrote: > Hi all – and thanks to who ever can respond in advance. > > > > I have a Server Like App – I need the equivalent of sched_yield Tried sleep(0); yet ? Micha ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.

Re: [fpc-pascal] Linux-Sparc Port of FPC 2.0.4

2006-09-15 Thread Mark Morgan Lloyd
"Wolfe, Robert" wrote: > > Good afternoon all! Just signed up for the list to let everyone know > that I have built version 2.0.4 of FPC for the Sparc-Linux platform. If > anyone would be interested in getting their hands on this, please let me > know. Well done that man :-) Were you able to g

[fpc-pascal] multidimensional dynarrays SetLenght and memory layout

2006-09-15 Thread Marc Santhoff
Hi, since I managed to get static arrays handed over to a C library I want to know if this is possible for dynamic arrays too. I browsed the docs and source but I'm not able to find the actual implementation of the SetLength() procedure for dynarrays. Where is it or maybe better: how does it work

[fpc-pascal] fpdoc's generated inheritance output is incorrect

2006-09-15 Thread Graeme Geldenhuys
Hi, I thought the order in which I specify the input files are not important, but clearly it seems to be. This can be seen in the inheritance part of the html output. Is this a bug in fpdoc? Below is the Inheritance hierarchy part show of the TtiObject class with the input files in a random or

[fpc-pascal] Please Help - Need ONE HINT - Trying to get something like sched_yield with free pascal in linux

2006-09-15 Thread Jason Sage
Hi all – and thanks to who ever can respond in advance.   I have a Server Like App – I need the equivalent of sched_yield     I looked in oldlinux unit, and tried the syscallregs , I tried to use the time structure with it and the syscall_nr_sched_yield (=158) parameter.   The proble