Exe file fails to run in Windows XP SP3 32 bit

126 Views Asked by At

I don't know why. It may be run in all systems I've already tested, including Windows XP/7 32/64 bit. It's a console application generated by Visual Studio 2010. I put a simple printf as the first statement in main function. But nothing is printed on screen. It seems that the exe file can't be executed. It's dependent to some other dll's and the dll's are included in the same folder as the exe file. If they can't be located, a message box must appear to warn about it, though, i think, not? The folder is completely copied from a system which this exe file can be run on. Only this exe file can't be run. I've examined another one which is also dependent to some dll's and it may be run without any problem. Any clue?

0

There are 0 best solutions below