Microsoft Visual C++ Debug Library
Debug Assertion Failed!
Program: c:\xxx.exe
File: appcore.cpp
Line: 85
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
中止(A) 重试® 忽略(I)
Microsoft Visual C++ Debug Library
Debug Assertion Failed!
Program: c:\xxx.exe
File: appcore.cpp
Line: 92
For information on how your program can cause an assertion
failure, see the Visual C++ documentation on asserts.
(Press Retry to debug the application)
中止(A) 重试® 忽略(I)
查了很多资料最后才发现是因为自己引用自己做的一个DLL导致的
修改DLL把里面
//CXXXDllApp theApp;
这个注释掉重新编译DLL替换就好了