Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any way to find dangling references?
Message
From
04/02/2008 10:46:30
 
 
To
04/02/2008 09:52:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01288201
Message ID:
01289077
Views:
25
>Olaf --
>
>This seems like a very powerful tool, but a beast to implement.

This is the stuff on Christoph's side I was referring to

>Am I reading it correctly that you have to
>(1) modify all the base classes (is there any way to do this other than manually adding all those properties and methods?)
>(2) rename all the INIT methods to DOINIT (again, any non-manual way to do this?)

Working with prg's would make this much less of a burden - but for vcx you could write a little builder to add the stuff to you base classes. Probably even better would be to create another layer just for this checking between you base classes annd the vfp classes: during development run the safe classes and for deployment redirect the parentclass of your base classes to vfp base classes (simple replace-statement in the vcx <g>)

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform