Skip to content
GerardCasadevall edited this page Sep 2, 2015 · 1 revision

I have a console application with visual studio 2010 that uses log4cxx, the application with configuration debug x64 works well, the problem is that in Release x64 log4xcc throws this error:

Debug Assertion Failed!

Program: C\Windows\SYSTEM32\MSVCP120D.dll File: C\Program Files (x86)\Micrososft Visual Studio\12.0\VC\include\xstring Linia:79

Expression: string iterator not dereferencacle

Looking through internet I have not found any project with the log4cxx that it works with configuration release x64, any solution for my problem ?

Thank you.

Clone this wiki locally