I have written a program in VC++. How do I determine if msvcrt.dll is a dependency.
I need to be sure that it is going to run on any win32 machine, but I don't want to bundle the dll if i don't need to.

Thanks