做项目的过程中,遇到这样的问题:在自己的电脑上用VS2005编译好的DEBUG版程序在其它的没有安装VS2005的电脑上没有办法运行,郁闷至极啊. 直 接拷贝文件后,错误信息如下:"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.",大意就是程序由于配置错误导
The computer program memory is organized into the following: Data Segment (Data + BSS + Heap) Stack Code segment Data The data area contains global and static variables used by the program that are explicitly initialized with a non-zero (or non-NULL)