I have a very simple code.
#include <iostream>
int main()
{
std::cout <<"hello world"<<std::endl;
std::cin.get();
return 0;
}
I compiled and tested the code in vs2008, every thing goes well.
But when I copy the released exeutable file to another machine, when I double clicke on the exeutable file, a wrong message pops up, saying "Because the application was not rightly configured, it can not start up. Resetup the application may solve the problem"([6]Well,
exactily my computer gives out message in chinese, I translated it into English.The origin wrong message in chinese is "由于应用程序配置不正确,应用程序未能启动。重新安装应用程序可能会纠正整个问题".
My project was a Win32 Console Application, and I choose to begin from an empty project, thus I don't think there should be something related to CLR or .net framework.
The machine I tested is a completly new Windows XP Professinal system. To ensure my test, I use VMware and installed a new WinXP system in the virtual machine, and tested the exeutable file in the virtual system, then I got the same wrong information message
box.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.