[fpc-devel] Re: Inter Process Communication
Vinzent Hoefler
JeLlyFish.software at gmx.net
Thu Mar 1 08:07:52 CET 2007
On Thursday 01 March 2007 00:11, Jason P Sage wrote:
> I've just performed more tests using the stock simpleipc - and the
> SendMessage and GetMessage - though defined as "STRING" (Which I
> thought had a max length) seems to be able to support huge
> ansistrings.
Well, RTFS:
|unit simpleipc;
|
|{$mode objfpc}{$H+}
|
|interface
There's the {$H+} in it, so String actually is an AnsiString already, no
ShortString anymore.
Vinzent.
More information about the fpc-devel
mailing list