<div dir="ltr">Thank you Giuliano, I'll start doing this right away.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-29 13:45 GMT-03:00 Giuliano Colla <span dir="ltr"><<a href="mailto:giuliano.colla@fastwebnet.it" target="_blank">giuliano.colla@fastwebnet.it</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Il 28/04/2015 22:38, Euller Pereira ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
But the first problem is that I can't even compile the code provided by the author, because it uses Kylix compatibility-only units for Linux, libc and kernelioctl, and it relies on a specific dll of Windows, IP Helper DLL. Therefore, this fact locks the software to Windows and Linux running on a i386 platform.<br>
</blockquote>
<br></span>
Most of the stuff which used to be in the Kylix-compatibility units is now available in fpc cross-platform version in units such as BaseUnix. Non cross-platform identifiers have been renamed to cross-platform ones by prepending an "fp" to the name. So you will not have anymore a "select" function but an "fpselect" function instead.<br>
A patient search on fpc sources for the identifiers left unsatisfied if you remove libc and other Kylix-only dependencies, should reveal most of what you need.<br>
<br>
Giuliano<br>
<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</blockquote></div><br></div>