I am a beginner in C++. I am compiling my school project which uses log4cxx. Luckily i found a already built version for visual c++ 2008 in this site.
After downloading the files, I did the following
Tools->Options->VC++Directories->Library Files, add path to Release_Shared directory for linking necessary libraries
Tools->Options->VC++Directories->Include Files, add path to src/main/include
But even after this I am getting errors like, 'logError' identifier not found "ERROR" undeclared identifier. Clearly something is missing.
I have seen somewhere I am supposed to do something with the .dll files, but not sure what it is. Can somebody help me with this, or point me to a place where there are step-by-step instructions for setting up this sort of configuration? Many thanks.