Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal Error: Exception code = C0000005
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00203399
Message ID:
00203518
Views:
19
Kevin,

There are various coding methods and printing problems that cause this to happen. It is definitely not one specific thing. In fact I found one the other day with the help of Christof and having to do with the calling stack when using RemoveObject() method. You must make sure that the object you are wanting to remove is not within the current calling stack. I was RightClicking over an object and that launched a menu and that menu called a RemoveObject for the object I had clicked on and BOOM C..5!!

The fix was to get the object out of the calling stack by having a timer control with a 1ms delay and using it to launch the menu code. This apparantly is an issue though even in C++ when removing objects that were in the calling stack. Because after you go trouncing back up the calling stack it's gone and BOOM!
Previous
Reply
Map
View

Click here to load this message in the networking platform