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. _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel