|
Thanks for responding Josh.
When I run my app (I created a separate test app now which
simply logs something), and hit "getLogger"
I get an access violation window.
log4cxx::LoggerPtr m_logger; m_logger =
log4cxx::Logger::getLogger(_T("MyApp"));
Any ideas?
Thanks,
Chris
MPR.dll is delay loaded. You should see an hourglass next to
the red icon for MPR.dll. You shouldn't need it for log4cxx to run.
On 1/10/06, Combes, Chris
M. <chris.combes@xxxxxxx>
wrote:
After
building log4cxx-0.9.8, if I run depends.exe on the resultant log4cxx.dll
file, I get the following error:
Warning: At least one module has an
unresolved import due to a missing export function in a delay-load
dependent module.
MPR.DLL is highlighted in red.
If I link to
log4cxx.dll my app will not work.
I downloaded 0.9.8 from http://littletux.homelinux.org/log4cxx/
Any
help
appreciated.
Thanks, Chris
|