Results 1 to 2 of 2

Thread: How to generate tlb file for a COM?

  1. #1

    Thread Starter
    Lively Member rekcus's Avatar
    Join Date
    Jan 1999
    Location
    Kuala Lumpur
    Posts
    122

    How to generate tlb file for a COM?

    Built the COM dll on VC++ 6.0. Not very sure on how to build this .tlb file. Can someone share the experience on the use and the process to build it, please.

    Thanks,
    penyou!

    "The code bytes.."

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    You must write an IDL file and use MIDL to compile it to a type library. IDL is its own language, so you'll have to learn it. If you add it to the project the compilation should be performed automatically.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

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