Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

whay i need to re-build application ?

Status
Not open for further replies.

tid

Programmer
Oct 22, 2003
23
IL
Hi,
im creating application with some forms and i wonder if somebody know why sometime when i make change to one of the forms sorce code (the cpp unit's) i HAVE to re-build all the application (what take "some" time....).
when i just make the application it seems that the cahnge don't reflaect in the compiled file.
Tid.
 
Probably because the file you changed is included in the other source files.
 
so, there is nothing to do ?
i have to include them , and its just logic that some forms have conection with other.
is there something to do to prevent all re-building of all project files ? i only change ONE unit !.
 
Go to the options and verify the following is on:
Cache Pre-compiled headers

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top