> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of Rob Kennedy
> Sent: 12 iulie 2007 05:13
> To: Borland's Delphi Discussion List
> Subject: Re: MessageDlgPos
> 
> 
> Copy the unit to your project's directory and add it to your project.
> Change it as you like. The compiler may complain about other missing
> units. Copy those to your project's directory, too.
> 
> --
> Rob

Doing that works just fine, but a word of warning: if you start relying
on modified versions of Borland/CodeGear supplied units, be prepared to
re-apply your changes on every computer you'll ever compile on and to
every new version of Delphi. If it's just one function it might be
easier (read: more portable) to just re-implement that single function
into a separate unit of your own. Unless of course you need to fix a bug
in a Borland unit to make a 3rd party component happy...

--
Cosmin Prund
_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to