Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CLASSLIB bug in VFP6 SP5 ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00794018
Message ID:
00794844
Vues:
19
Hi Aaron,

You have reason.

Uses of ALIAS on SET CLASSLIB is top good choice.

You can do sure uses CREATEOBJEC('Lib.Class') and resolve doubles class name on multiple VCX; and it is 5-50 times faster of normal CREATEOBJECT or NEWOBJECT commands.

Ill-fatedly it does not exist for SET PROCEDURE TO and Classes defined on PRG.

I uses it on VFP8 with no problem, but i dont uses aliasName=VCXfileName.

You can change filename and try:
SET CLASSLIB	TO ...\MyClassLib    ALIAS MyClass ADDITIVE
Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform