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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

error during compiling and create exe

Status
Not open for further replies.

Nifrabar

Programmer
Mar 16, 2003
1,343
NL
During Built of EXE sometimes next error occurs.

Compiling k:\vfp\projects\begraafplaats\libs\projecthook.vcx
File k:\...\begraafplaats\libs\projecthook.vcx is in use and cannot be recompiled.


How to prevent that?
-Bart
 
Make sure you issue:

CLOSE ALL
CLEAR ALL

before you open the project and build it.

Tamar
 
Tamar,

Late response but your suggestion did the job!.
I integrated this two lines in the projecthook and no problem any longer.

Thanks again!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top