PDA

Click to See Complete Forum and Search --> : Type Libraries and the Sort


terebi
Jun 28th, 2000, 01:17 PM
Does anybody know where to get type libraries such as win32.tlb or MS Outlook tlb's or something of the equivalent.

jim mcnamara
Dec 31st, 2001, 04:10 PM
Try this:

http://www.geocities.com/practicalvb/vb/download/win32.html

sproll
Jan 1st, 2002, 07:47 AM
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.