Hi Lorand,
nearly it is. Load all your VIs into LV. Then use Edit >> Find (STRG+F) and choose in "Select object" the Call Library Function. Check "Include VIs in vi.lib" and make the search. This way you will get all references from VIs to DLLs.
When you have the list of all those DLLs load it into the dependency walker. Dependency walker (Depends.exe) is available form the resource kit or part of Visual Studio. Dependency walker will show all DLLs needed for a DLL or program.
The only DLLs you cannot get are that one which will be loaded at runtime of the DLL.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions