You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-user@logging.apache.org by DJ <es...@gmail.com> on 2005/08/31 16:25:30 UTC

Re: Linking problem

I had the same problem - fixed it by making sure that my log4cxx.dll is compiled
in Unicode configuration mode.  By default, the libs are placed in the unicode_r
instead of release directories.

Make sure your application links with the libs in the unicode_r directories.

Esen