4

I have a python project that calls a c++ wrapper dll that calls a c# com interop dll. In my computer, with 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 :)

1
  • Look into a Thinstaller from VMWare. Commented May 24, 2010 at 16:48

2 Answers 2

8

Looks like you need Dependency Walker.

Sign up to request clarification or add additional context in comments.

Comments

5

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.