Unable to generate tlb file from dll, used tlbexp
Posted
by Arpan
on Stack Overflow
See other posts from Stack Overflow
or by Arpan
Published on 2010-06-05T16:16:47Z
Indexed on
2010/06/05
16:22 UTC
Read the original article
Hit count: 410
visual-c++
I have a peculiar situation. I am trying to create a type library from a dll. The problem is that the type library gets created but the contents are not there. I get a message
typelib filename: could not determine filename
when I am trying to view the tlb using oleview.
I am using tlbexp to create the tlb file. I have VC++ 2003 Toolkit and VS 2008 C++ Express edition installed and i tried tlbexp from both installs. Neither generated anything inside the tlb.
Any help appreciated.
Arpan
© Stack Overflow or respective owner