Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A New Creation
Message
De
20/01/2003 10:15:41
 
 
À
17/01/2003 22:50:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
00743090
Message ID:
00743465
Vues:
11
This message has been marked as a message which has helped to the initial question of the thread.
NewObject() lets you specify the locatiion of the class library.
CreateObject() assumes it's in your path, or compiled into your .EXE

I think most of the time CreateObject() would be enough.
If you split your application up into many .EXE or .APP files, then you'd need NewObject() to load from a specific file. Unless you put all classes needed into each .EXE of course :)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform