|
-
Aug 13th, 2002, 02:52 PM
#1
Thread Starter
Addicted Member
-
Aug 13th, 2002, 04:14 PM
#2
PowerPoster
Is this a COM or normal DLL?
-
Aug 13th, 2002, 06:55 PM
#3
Thread Starter
Addicted Member
It is COM.
-
Aug 13th, 2002, 07:25 PM
#4
Frenzied Member
You can use OLEVIEW.EXE (after you regsiter it) to see what methods and properties it exposes.
If you're lucky, the VB Object browser (after you reference the file in the VB IDE) may find type library information - enough to allow you to use the COM object. ...assuming you have VB
-
Aug 13th, 2002, 08:09 PM
#5
PowerPoster
It's a bit hard to implement a COM client in C++. You have to use some COM API calls to make it easier. Check out this tutorial.
-
Aug 14th, 2002, 07:57 AM
#6
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|