Closed Thread
Results 1 to 4 of 4

Thread: Does dependency walker show all dependencies?

  1. #1
    Charlie Chan is offline Newbie
    Join Date
    Dec 2007
    Posts
    4
    Rep Power
    0

    Does dependency walker show all dependencies?

    Hello!
    I've written a signal processing software and i want to bundle it with the needed dlls now. So i used dependency walker. But the process monitor( sysinternals ) that i downloaded recently shows more dependencies obviously.Why!
    For example the process monitor shows oleaccrc.dll and dependency walker only shows oleacc.dll. Or the process monitor shows AudioEng.dll and dependency walker doesn't. What shall i do now?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,494
    Blog Entries
    75
    Rep Power
    143

    Re: Does dependency walker show all dependencies?

    Have you read their faq? It's possible that oleacc.dll is dependent on oleaccrc.dll.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  4. #3
    Charlie Chan is offline Newbie
    Join Date
    Dec 2007
    Posts
    4
    Rep Power
    0

    Re: Does dependency walker show all dependencies?

    I've already found the error: I didn't start profiling. That is neccessary for dynamic dependencies.

  5. #4
    tossy's Avatar
    tossy is offline Programmer
    Join Date
    Aug 2008
    Posts
    199
    Rep Power
    14

    Re: Does dependency walker show all dependencies?

    Dependency walker works on normal win32 binaries. All .NET dll's and exe's have a small stub header part which makes them look like normal binaries, but all it basically says is "load the CLR" - so that's all that dependency walker will tell you.
    Microsoft: "You've got questions. We've got dancing paperclips

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Pimpl-idiom and compilation dependencies
    By denarced in forum C and C++
    Replies: 6
    Last Post: 07-04-2011, 02:25 AM
  2. Avoiding Circular Dependency
    By USSDeveloper in forum C# Programming
    Replies: 3
    Last Post: 06-19-2010, 03:28 AM
  3. Replies: 1
    Last Post: 06-16-2010, 07:54 PM
  4. Writing a dependency checking tools?
    By zucchini123 in forum Software Development Tools
    Replies: 3
    Last Post: 09-09-2009, 08:42 AM
  5. Failed Dependencies
    By Crop in forum Linux/Unix General
    Replies: 1
    Last Post: 06-18-2008, 05:49 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts