Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compile a COM for VB...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00634562
Message ID:
00634564
Vues:
16
>I have a com object that I like to compile it so in VB we see the methods with intelisent.
>
>Do I need to compile it as a OLE Automation .exe or a .DLL?

I believe Intellisense will pick up methods regardless of how you build it.

The decision on whether you should build a DLL or EXE will depend on other factors. For example: EXEs run out of process and therefore perform slower than DLLs. On the other side, due to their out of process nature, EXEs are more secure in the sense that if they crash, the VB app could still keep running (with DLLs that is usually not the case since they both live on the same process space.)
Hector Correa
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform