Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error Code returned from the dead! AAAARRGHHH!!!
Message
From
13/08/1999 14:25:01
Charlie Schreiner
Myers and Stauffer Consulting
Topeka, Kansas, United States
 
 
To
13/08/1999 13:19:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00252412
Message ID:
00253597
Views:
13
>are you saying that even if you leave the vfp environment and re-enter it, the old behaviour will still resurrect itself?

If you run an application that contained a class from a classlib in a previous version, that classlib is in memory, (and its code--the old code). If you then run:
otxt = CREATEOBJECT("MyStuff") you may get an object based on the old code.

If you don't run a compiled application, then SET DEVELOPEMENT ON should guarantee that you are running the latest version of the code. A COMPILE CLASSLIB MyClassLib will ensure it.

I hardly ever compile my code into an application. If you environment is right, it's much easier to DO FORM x, or DO MainApp.PRG. It's a matter of packaging--and there's no reason to package it all in one file until you're ready to test the app as a whole.
Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform