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).
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
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
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
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.
"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
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
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
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