|
-
Jun 28th, 2000, 01:17 PM
#1
Thread Starter
New Member
Does anybody know where to get type libraries such as win32.tlb or MS Outlook tlb's or something of the equivalent.
-
Dec 31st, 2001, 05:10 PM
#2
-
Jan 1st, 2002, 08:47 AM
#3
Registered User
See Here!
If you have Visual C++,you can create a project,and then in front of APP class's cpp file or in Wnd class's cpp file useing keyword:
#import XXX.dll
(include path)
to import a COM's .tlb file.
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
|