I have some old programs that I created 7-8 years ago in C++ in Visual Studio 6.0.
I tried to start them today, but I had no luck. When starting up the program (or any other program I created at the time), I get the following error message:

I can see at least that MFC42D.DLL and MSVCP60D.DLL is present in the program folder, but honestly I do not remember what is required to start these programs any more, and I obviously do not have VS6 installed on my current machine.
Do anyone know what this error message mean, and what I can do to resolve it? I would love to start up these old programs again to see what they look like :)
EDIT
I got a step further now, after I put a new DLL, but now the problem is that Direct X 8 is not getting set up properly. I thought DirectX was backwards compatible, but do I have to install DX8 as well? Will it work having two DirectX versions installed at the same time?
cdeclwhen you should be usingstdcall, for example) or there's something overwriting the stack. I don't think either of those are the result of a missing DLL dependency, but that doesn't explain why it worked on your old machine. I'd say the way to solve the problem would be to attach a debugger to the running process and see where it's being brought to its knees. – Cody Gray Jan 12 '12 at 14:27