[Quickfix-developers] .NET build Error
Brought to you by:
orenmnero
From: Rob K. <ro...@ri...> - 2002-10-03 15:37:25
|
has anyone encountered the following error when trying to build the quickfix libs under .net D:\Program Files\Microsoft Visual Studio.NET\Vc7\include\string(389):=20 error C2895: 'bool std::operator >(const wchar_t *,const std::basic_string<_Elem,_Traits,_Ax> &)' : cannot explicitly instantiate a function template that has been declared with dllimport with [ _Elem=3Dwchar_t, _Traits=3Dstd::char_traits<wchar_t>, _Ax=3Dstd::allocator<wchar_t> ] D:\Program Files\Microsoft Visual Studio.NET\Vc7\include\string(387) : see declaration of 'std::operator`>'' I get about 1500 very similar errors and they all have to do with operator overloads |