Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 6.0 Fatal Error: Exception code=C0000005
Message
From
16/10/1998 17:45:38
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00147548
Message ID:
00147699
Views:
44
I have noticed this error when I have created another object over the COM layer and I do not explicity release it. While it should clean up on it's own when it's owner (VFP) goes out of scope, instead it causes this error.

Example

oObj=CREATEOBJECT("myobject.myobject")
QUIT

Causes error.

oObj=CREATEOBJECT("myobject.myobject")
RELEASE oObj
QUIT

Doesn't cause error.

This is on Windows NT Service Pack 3.

Perhaps you are either creating a COM object ro using an ActiveX control that doesn't get cleaned up properly. Try RELEASE ALL before shutting down VFP and see if the problem goes away.

Eric Shaneson
Cutting Edge Consulting


>>Yes... I have IE 4.01 SP1 installed.
>>
>>Exception Code C0000005 is the error I get... are you saying if two people get the same error due to different errors? Doesn't make sense.
>
>Well, I'm not sure what's going on, but I see different situations:
>
>1) Is a distinct error that users without vfp6 and without IE4 get upon closing a top-level vfp6 app.
>
>2) The error occuring in design mode for developers. I've gotten this maybe two or three times in 6 since I first installed beta in summer...it hasn't occurred often enough to pinpoint any cause for me, though. I have IE4 too.
Eric Shaneson
Cutting Edge Consulting
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform