Unable to generate tlb file from dll, used tlbexp
- by Arpan
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