https://issues.apache.org/bugzilla/show_bug.cgi?id=49264
--- Comment #3 from Patrick Hagelkruys <patrick.hagelkr...@gmail.com> 2010-05-12 08:45:39 EDT --- I am getting the following error message: xmlsec\src\utils\xsecautoptr.hpp(54) : error C2065: 'nullptr' : undeclared identifier I am using the visual studio 9 Project (visual studio 2005). To handle that error I added following defines above the XSECAutoPtrChar class #ifndef nullptr #define nullptr 0 #endif afterwards the library compiles and links without errors, and the appendX509Certificate Function not longer crashes -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.