Search code examples
opencvcomputer-visionemgucv

List of all needed OpenCV dlls by each EmguCV dll


I am trying to locate dependencies of each EmguCv dll using a decompiler. However I don't want to miss anything because those OpenCv dlls maybe calling each other inside external calls.

Is there a list somewhere? I have tried EmguCV forums but I couldn't get an answer.


Solution

  • Open it with Dependency Walker:

    Scans 32-bit or 64-bit Windows module (exe, dll, ocx, sys, and others), and builds a hierarchical tree diagram of all dependent modules.