David Smith wrote: > I thought you couldn't recompile the Delphi source > code because it's not supplied?
Look in the ($DELPHI)\source directory. But you don't need the source. You're not recompiling anything. You're just putting StdCtrls.dcu and Classes.dcu into your own package instead of leaving them in vcl90.bpl. > When I tried it, it > just added the basic delphi bpl's to the required > list, not compile it into my package. Then you didn't add enough units to your "contains" clause. Delphi only adds things to your "requires" clause if you allow it, and it only suggests that because it's the most common solution; re-packaging units isn't a frequent task. -- Rob ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12haenhct/M=362329.6886308.7839368.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1124725222/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/

