Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using 5.0 Classes in 3.0
Message
 
To
12/10/1997 18:24:26
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00054249
Message ID:
00054357
Views:
34
>I have a few classlibs that I got at a recent seminar, but they're 5.0 classes and due to some support
>issues I need to maintain my current app in 3.0. Notwithstanding any properties or methods which exist
>in 5.0 but not in 3.0 is there a way to convert my 5.0 libs to 3.0?
>
>Thanx...
> ...kt
Keith,

In VFP 3.0 you can;

COMPILE FORM Newlib.VCX

where NewLib.vcx is the VFP 5.0 classlib. Any use of VFP 5 specific syntax will not work, but if the code is pure VFP 3 code this will recompile the classlib with the VFP 3 compiler.
Previous
Reply
Map
View

Click here to load this message in the networking platform