Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 Problem help~~~~~~~!
Message
From
17/10/1998 11:40:15
 
 
To
02/10/1998 04:32:07
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00143138
Message ID:
00147793
Views:
34
>I conflict a serious problem.
>the problem is this
>
> when compiling in VFP 6.0 platform,
> The Program does works well but,
> at the time of Quit the prgram, this error is occured.
>
> Fatal Error
> Exception Code C0000005

There are a lot of different c0000005 issues with VFP 6.0 that
seem to plague this release.

I encountered a simialar problem in one of the early
beta builds that, appeared to go away, so thought not
much more about it.

Basically, to fix the problem a ON SHUTDOWN call was
the only option.

In the procedure called by ON SHUTDOWN include the following code


**********************************
* ON SHUTDOWN PROCEDURE

RELEASE ALL EXTENDED && SEEMS TO HELP C00000005 errors ??
CLEAR ALL && BUT BASICALLY DOES A FULL RESTART/RESET OF VFP ENVIRONMENT
CLEAR PROGRAM
SET CLASSLIB TO
SET PROCEDURE TO
HOME()

**********************************


This effectively forces VFP to flush and clear all of its object
pointers etc before actually exiting the system.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform