I am developing an application in 3D on a machine with a win of 7 64 bits, in Visual C ++ 2008. Everything works correctly. When I test this application on a clean machine in a VMWare virtual machine with XP 32bits (3D hardware activated) or in my friend's machine, the application fails.
The behavior of the application differs (in a clean machine) depending on the compilation (debugging or release), and if I compile MD (d) or MT (d)
My question is: is it possible to debug an application in a clean machine? There is a central log, for example / var / log / message, but in windows? How to check that dll is used in my dev machine to compare with that installed in a clean machine?
Thank!!
source
share