Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reproducible C00005 error in production VFP7
Message
 
 
To
01/08/2001 16:43:46
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00538448
Message ID:
00538556
Views:
11
Thank! Here it is...
**************************************************
*-- Class Library:  c:\vfp_explode\test.vcx
**************************************************


**************************************************
*-- Class:        testclass (c:\vfp_explode\test.vcx)
*-- ParentClass:  line
*-- BaseClass:    line
*-- Time Stamp:   08/01/01 04:45:08 PM
*
DEFINE CLASS testclass AS line


	Height = 17
	Width = 100
	Name = "testclass"


	PROCEDURE somemethod
		LPARAMETERS tcStuff, tcMoreStuff
	ENDPROC


	PROCEDURE anothermethod
		*-- Type THIS.som  then press the enter key, then go back up to the
		*--  line and type (.   
		*--
		*--  This should cause an C0000005 explosion. :-)
	ENDPROC


ENDDEFINE
*
*-- EndDefine: testclass
**************************************************
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform