Hi, I've got several problems compiling the last trunk with VC2005:
1) I had to modifiy PDFFontMetrics.ccp #ifdef _WIN32 #include <winsock2.h> #include <windows.h> #endif If I don't include <winsock2.h> before <windows.h> I got a lot of definition errors. windows.h includes the old winsock.h - so the compiler complains about redefinitions from winsock and winsock2. 2) PDFMutex.cpp error C3861: "TryEnterCriticalSection I see the windows version in PDFMutex.h - anyone has an idea? Thanks in advance, Patrik -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser ------------------------------------------------------------------------------ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
