Link to home
Start Free TrialLog in
Avatar of asi
asi

asked on

build

Hello,

When i choose build (from main menu ) project / build MyProject

The result is  that delphi compile the entire units include very basic units
like class,forms etc , why ? i only need to compile all the units that are
in my project (and not the basic/ components units) ?

thank you
Asi
ASKER CERTIFIED SOLUTION
Avatar of kretzschmar
kretzschmar
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of asi
asi

ASKER

but why it should build the forms,class units that are not in the project - they are only the uses line
>they are only the uses line

which causes that they are also in your project
Your project need   Forms,class and other units . Because your application uses them.
You can Build application without these units. But you will need copy any dll and bpl`s (contains units) near your exe file when you will copy your program to other computer.

To do that you want. On 'Component' menu click to 'Install Packages' there check the chekcbox 'Build with runtime packages'.