Re: Visual C++ Assertion failed when using LOG4CXX_DECODE_CHAR macro in statically linked MFC project

2008-11-28 Thread Curt Arnold
On Nov 27, 2008, at 1:57 PM, Dale King wrote: Don't just attach your existing problem files. Create a Short Self- Contained Compilable Example. See http://mindprod.com/jgloss/sscce.html . Usually the process of creating a SSCCE, will help you discover the problem yourself. Sorry that I

Re: how to fix the error of '' inputstreamreader.cpp:66: error: 'memmove' was not declared in this scope ''

2008-11-28 Thread Curt Arnold
On Nov 25, 2008, at 8:43 PM, link wrote: when i compile log4cxx i get the same error message : inputstreamreader.cpp:66: error: 'memmove' was not declared in this scope can you tell how to fix it? Try adding to inputstreamreader.cpp a #include and see if that helps. If it doesn't, sea