From: Ryan L. <ry...@gf...> - 2003-03-24 20:35:06
|
I am unable to get my application to compile with mysql++ under visual C++ 7. I am trying to compile the MFC_ex project that is distributed with the 1.7.1 set of binaries. The compile error that I keep receiving is: =20 "c:\Develop\Libs\mysql++\include\resiter1.hh(29): error C2977: 'std::reverse_iterator' : too many template arguments" =20 The only thing that I can think of is that either Mysql++ or VC++7 uses a non standard version of STL. Which would completely defeat the purpose of the 'Standard' in STL. =20 Thanks Ryan Lim =20 |