我有一个不能在调试器中运行的C ++ Win32非托管应用程序。当Application Verifier处于活动状态并且所有异常都已启用时,我将在Visual Studio的“输出”窗口中显示此消息。
=======================================
VERIFIER STOP 00000103: pid 0x1778: LoadLibrary is called during DllMain.
07CDDFE8 : Dll Name (use du to dump).
77820000 : Dll base address.
00000000 : Not used.
00000000 : Not used.
在命令窗口中输入du 07CDDFE8
给我:
>du 07CDDFE8
CXX0013: Error: missing operator
任何想法如何确定哪个库是罪魁祸首?