Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fatal error on exit
Message
From
05/10/1998 09:18:18
 
 
To
05/10/1998 08:36:28
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00143823
Message ID:
00143842
Views:
20
>I have several MM 3.02 apps that I recently converted to VFP 6.0.
>
>The following error message happens on exit:
>
>Fatal Error: Exception code = C000005
>
>Called from - setup line 0 (c:\windows\system\vfp6r.dll)
>Called from - main line 0 (c:\windows\system\vfp6r.dll)

Make sure you don't have any references to any objects that you don't destroy and set to .null.

If you do an this.oObject = createobj('blah') commands in before read events or addchildren of the application object...

make sure you add to cleanup...

dodefault()
this.oObject.destroy()
this.oObject = .null.

This is usually why I get that error, an object reference is not nulled prior to shutdown.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform