<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16490">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>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 ...</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>The FPC Class for TReader is missing some 
procedures as defined in the delphi class of the same name</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>writestr , readstr , writevalue and 
readvalue.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>is there something else that i could use which 
would do the job ? i dont want to create a inhertied class on TReader and add 
the missing bits because certian functions need to be of TReader Not 
T<MyCustom>Reader ie Filer.DefineProperty which has param as TReaderProc 
& TWriterProc which both point to   TReaderProc = procedure(Reader: 
TReader) of object &   TWriterProc = procedure(Writer: TWriter) of 
object; which are defined in classesh.inc which is part of the RTL 
)</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>if i am to add this to the RTL Definition of 
TReader i'd need to recompile the source to FPC ( which i have ) but not sure 
how i do this.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Justin Smyth</DIV>
<DIV><BR></DIV></FONT></BODY></HTML>