No export symbols (win)

2006-03-24 Thread Renato Cassaca
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

2006-03-15 Thread Renato Cassaca
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