After the system is reinstalled, vs2008 wrote a Win32 console application helloworld for testing.Coredll. dll is not found. Download the DLL to system32 and prompt that mmvcr70.dll and mmvcp70.dll cannot be found. Download all the files and compile the files again. The system prompts "the sequence cannot be located on ".
The initial analysis is about the dll library version, but the correct version cannot be found. When copying a file on another machine, the above DLL file is not found on the machine. However, the machine is used to create a project and test the project. Therefore, the analysis error should be caused by the project settings or library path. Then, find the solution on javaeye, change the FAT32 solution to "yes" in the project-properties-list tool, regenerate the solution, and pass the test.
The final cause of the problem should be the disk format. My test project is based on the FAT32 format disk. This should be a bug in vs2008, that is, the compiler reports the above error when the installation is on a FAT32 disk or the project path is on a FAT32 disk.
Http://blog.csdn.net/lamond_2010/article/details/5864722