1> StringUtil. Obj: error LNK2001: cannot resolve the external symbol of __imp__CrtDbgReportW
1> TriggeringEventEvaluatorFactory. Obj: error LNK2001: cannot resolve the external symbol of __imp__CrtDbgReportW
1> Win32DebugAppender. Obj: error LNK2001: cannot resolve the external symbol of __imp__CrtDbgReportW
1> RollingFileAppender. Obj: error LNK2001: cannot resolve the external symbol of __imp__CrtDbgReportW
1> SimpleConfigurator. Obj: error LNK2001: cannot resolve the external symbol of __imp__CrtDbgReportW
1> SimpleLayout. Obj: error LNK2001: cannot resolve the external symbol of __imp__CrtDbgReportW
1> StringQueueAppender. Obj: error LNK2001: cannot resolve the external symbol of __imp__CrtDbgReportW
But Relase can be compiled, still can normal use, don't know what has happened to the Debug?
CodePudding user response:
There may be conflict with some lib library, may need to challenge the order of the lib or remove someCodePudding user response: