c++visual-studiolog4cplus

log4cplusud.lib missing when building with VisualStudio


i already have a complete VS Solution (that is working on other systems) and i am trying to get it to build on my computer aswell.

The program is using log4cplus to (obviously) log - i already included the needed files, but when building VS tells me, that log4cplusUD.lib is missing. When searching through log4cplus i only found log4cplusS.lib and log4cplusD.lib

Does somebody know how to get this library or how to adjust VS to accept the other libraries? Thanks in advance :)


Solution

  • I had the same problem and i suppose you are using an already given folder containing the log4cplus data. Try to build it again and then you'll hopefully find the file. That solved it for me.