Linking log4cxx in Visual Studio

2013-10-11 Thread Luca Gherardi
Hi all, I’m including log4cxx in my app, which I’m coding in Visual Studio 2012. I built log4cxx and I -Included the build path in Properties->VC++ Directories->Library Directories -Included log4cxx.lib in Properties->Linker->Input->Additional dependencies When I compile log

Fwd: Linking log4cxx in Visual Studio

2013-10-11 Thread Alexandru Zbârcea
Hi, What happens when you open the .dll with dependency tree? There is no complain about it, right? Are you compiling the .dll in Release/Debug mode? Try copying the .dll into that folder. What is the actual error? It complains when linking your project with your .dll? Maybe this one helps: http