Use of Unregistered tlb files in VC++

372 Views Asked by At

I want to use unregistered tlb files. I figured out that can be done using WinSxS.

Now my question is how do I create manifest file from the tlb file. Mt.exe utility requires dll option to be specified when tlb option is used.

Can anyone please help me out

1

There are 1 best solutions below

1
On

Use the #import directive as described in the MSDN documentation.