No export symbols (win)
I've checked out yesterday log4cxx, compiled with VS71 and the resulting dll isn't exporting any symbols, so no log4cxxd.lib (IMPLIB) is being generated. Renato
Log4Cxx and STLPort
I''m using Log4Cxx with STLPort and each time that I checkout Log4cxx I have to patch src/systemerrwriter.cpp and src/systemoutwriter.cpp and add the following line: #include Because "stdout" and "stderr" aren't found at compile time. I'm not sure if this is a Log4cxx problem (not having al