Click here to Skip to main content
15,891,621 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to refer my .Net dll in VB6. Is it possible to convert dll to tlb.
Posted

1 solution

>Is it possible to convert dll to tlb.

Yes it is possible: Tlbexp.exe (Type Library Exporter)[^]

At the command prompt, type the following: tlbexp assemblyName [options]

/asmpath: directory
/help
/names: filename
/nologo
/oldnames
/out: file
/silence: warningnumber
/silent
/tlbreference: typelibraryname
/tlbrefpath: path
/win32
/win64
/verbose
/?


Displays command syntax and options for the tool.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900