Hello John,
Thursday, April 14, 2011, 3:26:48 PM, you wrote:
JL> Hi there, thanks for this - looks a very complete function. I hadn't
JL> realised that best way would be to use streaming! I'm trying to write a 3
JL> line test program that just gets last 4 lines of a file.
JL> I'm not very famili
On 14 Apr 2011, at 14:49, Wimpie Nortje wrote:
How do one access the array of const members for a function declared
as
cdecl? Eg.
function A(args: array of const): integer;cdecl;
You can't. Development FPC versions refuse to compile the above
declaration. It was a bug in previous version
Hi
How do one access the array of const members for a function declared as
cdecl? Eg.
function A(args: array of const): integer;cdecl;
I get a warning that cdecl'ared functions have no high parameter, which
now makes sense to me since I tried to use High(args)
___
Am 14.04.2011 10:57, schrieb Jean-Marc BOTTURA:
> Hello,
> we need to use RawByteString with FreePascal and I saw it's implemented in
> cpstrnew which is in progress.
> Do you know when this branch will be integrated into a fpc release ?
No.
___
fpc-pasc
Hello,
we need to use RawByteString with FreePascal and I saw it's implemented in
cpstrnew which is in progress.
Do you know when this branch will be integrated into a fpc release ?
Thanks in advance for your reply.
Best regards,
___
fpc-pascal maillis
Forwarding to the mailling list:
On Thu, Apr 14, 2011 at 4:09 AM, heru susanto wrote:
> I've done the second step
> here :
> #!/bin/sh
> /usr/local/bin/arm-linux-as_org -march=armv6 -meabi=5 -mfloat-abi=softfp
> -mfpu=vfp3 $@
> my problem have been solved. my next problem is dynamic linking.
> th
Am 14.04.2011 09:43, schrieb Paul Ishenin:
14.04.2011 15:13, Sven Barth wrote:
Ok, thanks. I created a branch here:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/svenbarth/generics/
Yes, but please wait with the start :) First you need to read generics
related threads on the core list.
14.04.2011 15:13, Sven Barth wrote:
Ok, thanks. I created a branch here:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/svenbarth/generics/
Yes, but please wait with the start :) First you need to read generics
related threads on the core list. There were some unsolved problems on
whic
Am 14.04.2011 00:07, schrieb Paul Ishenin:
13.04.2011 21:51, Sven Barth wrote:
Would you mind if I'd try to continue/finish that work?
Please do.
Ok, thanks. I created a branch here:
http://svn.freepascal.org/cgi-bin/viewvc.cgi/branches/svenbarth/generics/
Regards,
Sven
__