Listing all DLL dependencies...

I’d be glad if someone could help me out here…

Iam using VC++ 6.0 and I have included lot of headers & libraries in my project. I would like to know all the DLL dependencies in my GL project. Is there anyway I can list ALL the DLL files my program (.exe) depend on ?

Thanks.

Have you looked through all the programs that come installed with VC++6?

Search the internet for “dependency walker”.

Originally posted by Relic:
Search the internet for “dependency walker”.
Thanks Relic!