<div dir="ltr">G'day Henry and All,<br><br><div class="gmail_quote">2008/7/31 Henry Vermaak <span dir="ltr"><<a href="mailto:henry.vermaak@gmail.com">henry.vermaak@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2008/7/31 Peter Williams <<a href="mailto:pewtas@gmail.com">pewtas@gmail.com</a>>:<br>
<div class="Ih2E3d">><br>
> Hello Fellow Lazarus programmers,<br>
><br>
> I'm trying to compile a fairly complicated Lazarus project which I converted<br>
> from Delphi 7 Second Edition.<br>
><br>
> The attached txt file (3KB) contains the Lazarus compiler message errors and<br>
> the relevant code from the unit "MyIniFiles.pas"<br>
><br>
> NB - the file "MyIniFiles.pas" was created by copying the Borland Delphi 5<br>
> file "IniFiles.pas" and adding some procedures etc etc to it and resaving it<br>
> as MyIniFiles.pas (note: that was years ago!). The purpose of it is to<br>
> create & read & write .ini files (e.g. same as has been used in Micro$oft<br>
> Windowz).<br>
<br>
</div>lazarus already has ini file support (uses inifiles;).  then you can<br>
use TIniFile for reading/writing.<br>
</blockquote><div><br>Thanks for that info. I have changed it and now I am creating an .ini file. The main reason why I created the "MyIniFiles.pas" unit (years ago now!) is that I wanted to have my own "MyReadBool" and "MyWriteBool" procedure which output "True" or "False" instead of "1" or "0" (which I think the original "IniFiles.pas" did).<br>
 <br>Best Regards,<br>             PEW<br>from Hobart, 'Down Under'<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>

henry<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lazarus.freepascal.org">Lazarus@lazarus.freepascal.org</a><br>
<a href="http://www.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://www.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Fond Regards,<br>Peter Eric (aka 'pew') WILLIAMS<br><br>My free website is:<br><a href="http://pewtas.googlepages.com">http://pewtas.googlepages.com</a> (or) <a href="http://tinyurl.com/yuyejs">http://tinyurl.com/yuyejs</a><br>
<br>(please visit my free website and let me know what you think about it.)<br>
</div>