Assaf Stone wrote:
> It tried moving the REQUIRED units into the CONTAINS clause, and I got a
> "Fatal Error", that the file 'rtl.dcu' (the first in that list) was not
> found. I tried adding {DELPHI7}\lib to the search path, but that didn't
> help.
> Is there anything I can do to fix / get around this?RTL is not a unit. It's a package. It contains lots of other units. Add the _units_ you need to your "contains" clause (such as SysUtils, Math, Classes, StdCtrls, Variants, etc., but _not_ System or SysInit), and then remove the _package_ those units were in from the "requires" clause. -- Rob ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hcct6da/M=362329.6886308.7839368.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1124725022/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

