On Sat, 13 Feb 2010, Justin Smyth wrote:

Hopefully someone can point me to the right direction here, if this isnt the  
right place to ask feel free to point to where i can ask ...

The FPC Class for TReader is missing some procedures as defined in the delphi 
class of the same name


writestr , readstr , writevalue and readvalue.

? Why would you need writestr in a reader ?

Secondly, if I look at TReader, I see:

    function ReadString: string;
    function ReadWideString: WideString;
    function ReadUnicodeString: UnicodeString;
    function ReadValue: TValueType;

So what is the definition of your missing read calls ?


Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to