开发者

How to see c++ and c# dll dependencies?

开发者 https://www.devze.com 2022-12-31 16:31 出处:网络
I have a python project that calls a c++ wrapper dll that calls a c# com interop dll. In my computer, with开发者_如何学Python all frameworks and programs installed, my project runs very well.

I have a python project that calls a c++ wrapper dll that calls a c# com interop dll. In my computer, with开发者_如何学Python all frameworks and programs installed, my project runs very well.

But in a computer that just got formatted it doesn't. I allready installed c++ 2008 redistribute and the c++ part is working but when I call a function from it (that will call the c# correspondent one), it gives an error.

I want to know what are the dll dependencies from both c++ and c# dll's to see what is missing :)


Looks like you need Dependency Walker.


Dependency Walker (a.k.a. depends.exe) works for both native DLLs and managed DLLs.

It is included in some Visual Studio versions, and can also be downloaded here.

0

精彩评论

暂无评论...
验证码 换一张
取 消