Quote Originally Posted by Siddhartha
That's interesting - but I am not sure if finding exported functions is relevant to this problem.
Devil is in the details I wanted to point at the PE format, from which you can easily get the dependent dlls , mscoree.dll would show up there.

The attached sample ( depends.exe ) has implemented it in a class called MODULE_DEPENDENCY_LIST. OP can simply use this class and find the dependent module name there.