Does anybody know where to get type libraries such as win32.tlb or MS Outlook tlb's or something of the equivalent.
Printable View
Does anybody know where to get type libraries such as win32.tlb or MS Outlook tlb's or something of the equivalent.
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.