Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM Server
Message
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00298529
Message ID:
00298645
Views:
11
>>I am working with an EXE created with C++ as a COM Server. I can instantiate with CreateObjectEx(). But I can't find a way to see available methods ( documentation that accompanied the file is pure crap and not complete ). Is there a way to see methods like when you add an ActiveX to a form and open properties window ? The author says if I were using VB, I could reference the Type Lib. I have Visual Studio 6, I hate to install VB just for this.
>>
>
>OLEView, which ships with Visual Studio, can work, as will the VB Object Browser. if the file is registered locally, you should be able to examine the properties from Component Gallery, and there's a FFC class called _typelib that can extract the TYPELIB data for a COM server.


Thanks to you and Bob for the info, documentation sure is hard to find related to this for VFP, most evrything I found wanted to show how to make COM server with VFP but not really how to use COM server from someone else.. KB did have an interesting example to download.

Thanks Again !!
Previous
Reply
Map
View

Click here to load this message in the networking platform