--------------------Configuration: FlashLocker - Win32 Release--------------------Compiling resources...Compiling...StdAfx.cppCompiling...FlashLocker.cppFlashLockerDlg.cppGenerating Code...Linking...LINK : error : Internal error during ReadSymbolTable ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 004623F2 NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 00000008
解决办法: "在工程设置里面自动设置成了MFC共享类库,只要将其换成MFC静态类库就可以了"