Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grrr... Error on exit...
Message
From
24/02/1999 20:27:54
 
 
To
09/02/1999 09:26:48
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00185287
Message ID:
00191236
Views:
15
>What would you like? Startup code? Exit code?
>
>>>Okay, so I've installed the latest DCOMM... And I'm still having the following error when exiting my VFP applications on Win95 machines.
>>>
>>>Invalid Page Fault in module MFC42.DLL
>>>
>>>Anyone know what's going on?


Jason,
There are currently some odd problems with VFP failing to properly
release objects during its shutdown processing ... most noticably
activex controls and the like ...

Try adding an ON SHUTDOWN function that includes
RELEASE ALL
CLEAR ALL
SET PROCEDURE TO
SET CLASSLIB TO

type statements to ensure that all objects and classes
have been physically released before VFP tries to
release them itself.
Previous
Reply
Map
View

Click here to load this message in the networking platform