c++ - VC++ - application crashed -


I have a problem with VC ++ 2010. What do I do:

  • Copy the new project from the debug folder
  • Start debugging
  • Start the debug folder
  • Copy .exe from the debug folder
  • Run it in XP with 3 computers - it's all right.

Next:

  • Add to Form1.h: #include ('#pragma once' under comment) - nothing else
  • Start the debug
  • Copy the .exe from the debug folder
  • Run it in XP in 3 computers - it runs only on one.

Net Framework is installed on every PC 4.

Errors when crashes:

  • ModName: kernel32.dll ModVer: 5.1.2600.3541 Modestamp: 49c4f7e4
  • fDebug: 0 Offset: 00012A6 B

What could be wrong?

Thanks and Regards.

Check that the VC 2010 has been installed on the Radiaribetables system on which it is crashing


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -