Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combining several DLL into one DLL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00204067
Message ID:
00204072
Vues:
14
What you will actually do is combine several classes into one DLL. For instance, you may have one class called customer, in which case you would instance it like this:

CreateObject("mydll.customer")

You also may have another class called orders, which is in the same DLL since it is in the same project as the customer class. So:

CreateObject("mydll.orders")



>VFP6 can now create DLL's. Can it combine several dll into one?
>
>I added many dlls into one Project form and compiled it to a new dll. But when i delete the old dll's and create the object, a message "Can't locate xxx.dll" appears.
>
>I placed the old dlls in the "other file" section of the project. When compiled it seem to make the new dll bigger. What's the use in placing it in the project if it can't be used?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform