Yeah, well like I said, when I tried putting the Borland BPLs into the contains clause, it wouldn't compile.
-----Original Message----- From: David Smith [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 9:44 AM To: [email protected] Subject: RE: [delphi-en] Compiling to a single file I thought you couldn't recompile the Delphi source code because it's not supplied? When I tried it, it just added the basic delphi bpl's to the required list, not compile it into my package. DJS --- Assaf Stone <[EMAIL PROTECTED]> wrote: > Rob Kennedy wrote: > > You can create your own all-inclusive package, > which contains all the > > RTL and VCL unitsthat your program will need. > Compile your program to > > use run-time packages, and in the edit box where > you list the > packages, > > include _only_ your single large package. The > compiler will link to > the > > units in that package instead of linking to > Borland's packages. > > > Next, change your run-time-loaded package so it > only mentions your one > > > all-inclusive package in its "requires" section. > > > Hi. > 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? > > Thanks, > Assaf. > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links This mail arrived via mail.pineapp.net ************************************************************************************ This footnote confirms that this email message has been scanned by PineApp Mail-SeCure for the presence of malicious code, vandals & computer viruses. ************************************************************************************ ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hb4q1mb/M=362335.6886445.7839731.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1124704998/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</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/

