On 15 Sep 2006, at 20:01, Rainer Stratmann wrote:
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.
Please repor
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