I want to build whatever is required into the EXE.
Thanks
> Is there an option with CDS 2007 to build a VCL.NET application
> that does not require such run-time packages as Borland.Delphi,
> Borland.VclRtl, Borland.Vcl, ect?
You can link in the units from referenced Delphi packages.
Right-click on the package name in the prject manager to see that
option.
--
Yorai Aminov (TeamB)
(TeamB cannot answer questions received via email.)
Shorter Path - http://www.shorterpath.com
Yorai's Page - http://www.yoraispage.com
That works great. Thank you.