I have standard edition of vc++ 6.0. I have a program which I know calls the file mscal.ocx in the \windows\system directory. I am convinced that this program is calling other files in this system directory, but I don't know which. Is there any way of determining which files an executable calls or will call during the use of the program?

I tried generating a map file but this just tells me what dll files are needed to construct the executable.

Please, any response any one can give me will be greatly appreciated.