c++ - Using log4cxx with Visual Studio 2010. Application initialization error -
i have succeeded build log4cxx
library both in debug , release mode , created log4cxxd.lib , log4cxx.lib
files. when try use them static linking in visual c++ 2010 project
the application failed initialize (0xc0150002).
in debug mode. in release mode works fine. debug configuration, i've added log4cxxd.lib
additional dependency , release configuration i've added log4cxx.lib
. think should work in debug mode, not.
any ideas?
use dependency walker on application determine library missing.
Comments
Post a Comment