实在是搞不定了,在InitInstance()中就出错
我的程序以前也没有问题
但是最近不知道加了什么
在InitInstance()中运行到
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
就出错。提示 Debug Assertion Failed!
如果点“重试”,则可以运行,并且这个错误在 Release 模式下不存在
不知道这个错误怎么去处理?
一点头绪都没有