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:50:23
 
 
To
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:
00147703
Views:
38
>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.

Well,

My FoxPro throughs me out with the error... it is not just when I 'quit' forxpro that I get the error. I would just type a modi proj and get it, or other things.

Also, Pressing buttons in the class browser kicks us out of VFP just like we did a File Exit...

There is more to this than leaving a reference to a non-existing object while quitting.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform