Sorry to bother. I found this link: http://www.mail-archive.com/[email protected]/msg01872.html
But it does not fix the DLL issue (which I don't need so I am ok). It would be nice if we had a version 5.22 that at least complied the library builds for VS 2002. This is the fix for those reading: Search for "// VC60 workaround: built-in reverse_iterator" in these files zdeflate.cpp and ida.cpp and force the #if defined to use "typedef reverse_bidirectional_iterator<unsigned int *, unsigned int> RevIt;" > Message date : Apr 29 2005, 04:03 PM > From : [EMAIL PROTECTED] > To : [email protected] > Copy to : > Subject : VS 2002 .NET compile error > VS 2002 .NET compile errors > > VS 2002 .NET > Crypto++ 5.21 > Batch Build for cryptlib debug and release > > I am do not have enough understanding to fix this. Any help? > > The following errors: > ***------------------------ > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2039: > 'iterator_category' : is not a member of 'operator``global namespace''' > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2039: > 'iterator_category' : is not a member of 'operator``global namespace''' > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2039: > 'iterator_category' : is not a member of 'operator``global namespace''' > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2039: > 'iterator_category' : is not a member of 'operator``global namespace''' > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2825: > '_Iter::iterator_category': cannot form a qualified name > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2825: > '_Iter::iterator_category': cannot form a qualified name > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2825: > '_Iter::iterator_category': cannot form a qualified name > C:\Compilers\VS2002\Vc7\include\xutility(98): error C2825: > '_Iter::iterator_category': cannot form a qualified name > C:\Compilers\VS2002\Vc7\include\xutility(98): fatal error C1507: previous > user errors and subsequent error recovery halt further compilation > C:\Compilers\VS2002\Vc7\include\xutility(98): fatal error C1507: previous > user errors and subsequent error recovery halt further compilation > C:\Compilers\VS2002\Vc7\include\xutility(98): fatal error C1507: previous > user errors and subsequent error recovery halt further compilation > C:\Compilers\VS2002\Vc7\include\xutility(98): fatal error C1507: previous > user errors and subsequent error recovery halt further compilation > ***------------------------ > > I found this on the web: > http://gborg.postgresql.org/pipermail/libpqxx-general/2003-October.txt > -- Whatever you Wanadoo: http://www.wanadoo.co.uk/time/ This email has been checked for most known viruses - find out more at: http://www.wanadoo.co.uk/help/id/7098.htm
