Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using 5.0 Classes in 3.0
Message
 
À
12/10/1997 18:24:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00054249
Message ID:
00054357
Vues:
39
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform