Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot compile two times in a row
Message
From
31/07/2004 12:47:35
 
 
To
30/07/2004 21:29:34
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00928997
Message ID:
00929892
Views:
16
>I had the same problem when developing LifeCycle - Build Cycle. I had to create a Build.prg and place the following code to resolve the problem.
>
>
>ON ERROR
>ON SHUTDOWN
>
>CLOSE ALL
>CLEAR ALL
>=SYS(3056)		&& re-read registry
>
>CLEAR PROGRAM
>SET CLASSLIB TO
>SET PROCEDURE TO
>SET LIBRARY TO
>
>CLOSE DATABASE ALL
>CLEAR ALL
>RELEASE ALL EXTENDED
>CLEAR DLLS
>CLEAR MEMORY
>CLEAR RESOURCES
>=SYS(1104)		&& purge memory buffer
>ON ESCAPE
>
>
>After monkeying around, I found that the problem seemed to go away at the CLEAR RESOURCES statement, but doing a CLEAR RESOURCES alone did not fix it. It worked only in conjunstion with some of the other prior.

This path doesn't help either.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform