On Mon, Nov 27, 2006 at 07:30:51AM -0500, Andrew Brunner wrote: > I'm having a problem integrating one of my own Delphi 2006 Units. It uses > TFormatSettings located in the RTL SysUtils.Pas. I tried to add the code to > the .fpc\2.0.4\source\rtl\win32\SysUtils.pp but I can't figure out how to > get Lazarus to rebuild the RTL source of FPC 2.0.4. > > How can I get started? Any advice? Is there any way to just compile > Sysutils.pp and copy over the compiled units to my i386-win32 folder?
No, since units based on sysutils must also get recompiled. And effectively that means pretty much everything. (FPC+Lazarus+Lazarus packages) For some background information on recompiling see http://www.stack.nl/~marcov/buildfaq.pdf _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
