Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to find Visual Class Library (LibraryName)
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00395583
Message ID:
00396090
Vues:
13
>This is a WAG, but what would happen if you added a 'AppA.vcx' library to your >code with nothing in it, then marked it EXCLUDE as Mark suggested?

Barbara:

Including an empty class library works. The PM compiles w/o problems and everything instantiates. Also, I have found another solution--just include a variable and assign the VCX library to it.

LOCAL lcVCX
lcVCX = "AppA.VCX"

oSomeObj = NEWOBJECT("AppAClass",lcVCX,"AppA.exe")

--Paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform