Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build failure
Message
From
12/05/2008 14:06:46
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01316445
Message ID:
01316453
Views:
14
>>I have developed an build tool the uses a script language to build several projects and generate a installation package. The problem is that some of the project are failing to build do to a "File cannot be closed because outstanding references exist." I know it is referring to a open object, but I checked and there are no objects. I assume when the project is open and built that the class libraries are been cache somehow. If this correct, how do clear the cache?
>>
>>If anyone have any other suggestion, please reply.
>
>Did you try clear all, clear resources before attempting to build ?

Been there, tried that, and more. The CLEAR ALL statement would wipe out all by control variable that drive how the build is performed. Before performing the build I am issuing a
CLOSE ALL
CLEAR PROGRAM
CLEAR PROGRAM    && sometimes first does not get them all.
CLEAR RESOURCE
SYS(1104)        && clear the cache
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform