What is the equivalent of Linux\'s ldd on Windows?
ldd
I guess the Windows Developer way to do this is to use dumpbin /dependents source.exe. If you have Visual Studio installed you can find it here: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\dumpbin.exe.
dumpbin /dependents source.exe
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\dumpbin.exe