Results 1 to 3 of 3

Thread: Type Libraries and the Sort

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    15
    Does anybody know where to get type libraries such as win32.tlb or MS Outlook tlb's or something of the equivalent.

  2. #2

  3. #3
    Registered User
    Join Date
    May 2001
    Location
    taizhou zheziang china
    Posts
    17

    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
  •  



Click Here to Expand Forum to Full Width