Home > Back-end >  Vs2010 log4cpp Debug compilation x64 not through?
Vs2010 log4cpp Debug compilation x64 not through?

Time:09-22

Is creating library F: \ Item \ log4cpp - 1.1.3 _v10 \ log4cpp \ msvc10 \ x64 \ Debug \ log4cppD lib and object F: \ Item \ log4cpp - 1.1.3 _v10 \ log4cpp \ msvc10 \ x64 \ Debug \ log4cppD exp
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 some

CodePudding user response:

reference 1/f, Simple, Soft reply:
with some lib library may have conflict, may need to challenge the order of the lib or remove a

Your lib version is not correct

CodePudding user response:

A: log4cpp library: only an additional "ws2_32. Lib", the library is the operating system,

CodePudding user response:

reference 1/f, Simple, Soft reply:
with some lib library may have conflict, may need to challenge the order of the lib or remove a


Vs2015. X64 Debug can be compiled through, but still Release compilation, but Vs2010Debug compilation, however, but the Release can be compiled, two opposite, I received a bit now...
  • Related