TlbImp.exe in Visual Studio 2012

I was looking for using TlbImp.exe to create some DLLs for Excel 11.0 library. Looking at the docs, I should expect to find them in the SDK bin, something like:

C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ SDK \ v3.5 \ Bin

But when I go there, it is empty. If I search in Windows Explorer, I get the following:

enter image description here

So my question is whether or not TlbImp.exe is still suitable, or was it additionally integrated into Visual 2012?

If there is still a way, which version of the tool should I use? Does it matter in which frame the .dll result is expected to run?

+6
source share
1 answer

Looking at the docs, I should expect to find them in the SDK bin, something like:

C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ SDK \ v3.5 \ Bin

That's why I tried to look at it in every foder, guess what? I found him!

It's here!

C: \ Program Files (x86) \ Microsoft SDK \ Windows \ v7.0A \ Bin

The real problem is that I need to install .NET 2.0 and .NET 3.0 for use and search .

enter image description here

+3
source

Source: https://habr.com/ru/post/954473/


All Articles