Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compile a COM for VB...
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00634562
Message ID:
00634564
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform