Compiling DC++ 0.301 with VC++ .NET

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
iluwatar
Posts: 4
Joined: 2003-10-31 01:59

Compiling DC++ 0.301 with VC++ .NET

Post by iluwatar » 2003-10-31 05:38

Hello!

I downloaded DC++ 0.301 sources, WTL 7.0 and STLport 4.5.3 (http://dcplusplus.sourceforge.net/index ... e=download). I put DC++ sources under one directory and created under it dirs for WTL and STLport and extracted them there. In my compiler options I included the paths to WTL and STLport before any other directories. When I compile I get 554 build errors although I did what it says in the Compile.txt. What's wrong?

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2003-10-31 08:02

First of all is it stlport-4.5.1020 that are beeing used now, you can get it here: http://prdownloads.sourceforge.net/dcpl ... p?download, I don't know why it isn't availble from the http://dcplusplus.sourceforge.net/index ... e=download page.
Second which version of vc++ .net do you use?

iluwatar
Posts: 4
Joined: 2003-10-31 01:59

Post by iluwatar » 2003-10-31 09:11

joakim_tosteberg wrote:First of all is it stlport-4.5.1020 that are beeing used now, you can get it here: http://prdownloads.sourceforge.net/dcpl ... p?download, I don't know why it isn't availble from the http://dcplusplus.sourceforge.net/index ... e=download page.
Second which version of vc++ .net do you use?
My compiler is Visual C++ .NET Standard. I switched to this other version of STLport but I still get 554 build errors.

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2003-10-31 09:20

Can you please post them?
Impossibe to know the problem without knowing the errors.

iluwatar
Posts: 4
Joined: 2003-10-31 01:59

Post by iluwatar » 2003-10-31 10:13

joakim_tosteberg wrote:Can you please post them?
Impossibe to know the problem without knowing the errors.
Ok, here you go:

c:\My Projects\DC++\DCPlusPlus-0.301-src\client\stdinc.h(71): warning C4996: 'std::bucket_size' was declared deprecated
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\stdinc.h(72): warning C4996: 'std::min_buckets' was declared deprecated
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Util.cpp(372): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Util.cpp(372): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Util.cpp(372): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Util.cpp(372): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(104): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(72): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>::iterator' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(89): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>::operator`[]'' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ConnectionManager.h(38): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr,_Alloc>' was declared deprecated
with
[
_Kty=ConnectionQueueItem::Ptr,
_Ty=u_int32_t,
_Tr=PointerHash<ConnectionQueueItem>,
_Alloc=std::equal_to<ConnectionQueueItem::Ptr>
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2903: 'rebind' : symbol is neither a class template nor a function template
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2039: 'rebind' : is not a member of 'std::equal_to<_Ty>'
with
[
_Ty=ConnectionQueueItem::Ptr
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2143: syntax error : missing ';' before '<'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2039: 'other' : is not a member of 'operator``global namespace'''
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(24): error C2238: unexpected token(s) preceding ';'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2039: 'allocator_type' : is not a member of 'stdext::_Hmap_traits<_Kty,_Ty,_Tr,_Alloc,_Mfl>'
with
[
_Kty=ConnectionQueueItem::Ptr ,
_Ty=u_int32_t,
_Tr=PointerHash<ConnectionQueueItem>,
_Alloc=std::equal_to<ConnectionQueueItem::Ptr>,
_Mfl=false
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2146: syntax error : missing ',' before identifier 'allocator_type'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2065: 'allocator_type' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2976: 'std::list' : too few template arguments
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(170): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(170): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(171): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(171): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(172): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(172): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(173): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(173): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(174): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(174): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(175): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(175): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(176): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(176): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(177): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(177): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(178): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(178): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(179): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(179): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(181): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(181): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(183): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(183): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(585): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(99): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(101): warning C4996: 'std::hash_multimap<_Kty,_Ty>' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(198): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(198): warning C4996: 'std::hash_multimap<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(111): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
and
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(111): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
and
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(114): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
and
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(214): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(214): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(214): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.h(214): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(104): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(72): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>::iterator' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(89): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>::operator`[]'' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(142): warning C4996: 'std::hash_multimap<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(97): warning C4996: 'std::hash_multimap<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(154): warning C4996: 'std::hash_multimap<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(154): warning C4996: 'std::hash_multimap<_Kty,_Ty>::~hash_multimap' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(162): warning C4996: 'std::hash_multimap<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(164): warning C4996: 'std::hash_multimap<_Kty,_Ty>::~hash_multimap' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::value_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(33): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
and
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(33): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
and
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(33): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
and
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(58): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(58): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(58): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(58): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(60): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
and
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(192): warning C4996: 'std::hash_map<_Kty,_Ty>::operator`[]'' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(193): warning C4996: 'std::hash_map<_Kty,_Ty>::operator`[]'' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(237): warning C4996: 'std::hash_map<_Kty,_Ty>::operator`[]'' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(238): warning C4996: 'std::hash_map<_Kty,_Ty>::operator`[]'' was declared deprecated
with
[
_Kty=std::string,
_Ty=ShareManager::Directory::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(306): warning C4996: 'std::hash_multimap<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
and
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(306): warning C4996: 'std::hash_multimap<_Kty,_Ty>::~hash_multimap' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
and
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(363): warning C4996: 'std::hash_multimap<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(363): warning C4996: 'std::hash_multimap<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(363): warning C4996: 'std::hash_multimap<_Kty,_Ty>::value_type' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(400): warning C4996: 'std::hash_multimap<_Kty,_Ty>::insert' was declared deprecated
with
[
_Kty=int64_t,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ShareManager.cpp(585): warning C4239: nonstandard extension used : 'argument' : conversion from 'std::auto_ptr<_Ty>' to 'std::auto_ptr<_Ty> &'
with
[
_Ty=StringSearch::List
]
and
[
_Ty=StringSearch::List
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(142): warning C4996: 'std::hash_multimap<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(97): warning C4996: 'std::hash_multimap<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(154): warning C4996: 'std::hash_multimap<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(154): warning C4996: 'std::hash_multimap<_Kty,_Ty>::~hash_multimap' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(162): warning C4996: 'std::hash_multimap<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(164): warning C4996: 'std::hash_multimap<_Kty,_Ty>::~hash_multimap' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::value_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(34): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(34): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
and
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(34): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
and
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(37): warning C4996: 'std::hash_map<_Kty,_Ty>::operator`[]'' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(57): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(57): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(57): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(57): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.cpp(57): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=int
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\QueueManager.h(57): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr,_Alloc>' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=QueueItem::Ptr,
_Tr=User::HashFunction,
_Alloc=std::equal_to<User::Ptr>
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2903: 'rebind' : symbol is neither a class template nor a function template
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2039: 'rebind' : is not a member of 'std::equal_to<_Ty>'
with
[
_Ty=User::Ptr
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2143: syntax error : missing ';' before '<'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2039: 'other' : is not a member of 'operator``global namespace'''
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(24): error C2238: unexpected token(s) preceding ';'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2039: 'allocator_type' : is not a member of 'stdext::_Hmap_traits<_Kty,_Ty,_Tr,_Alloc,_Mfl>'
with
[
_Kty=User::Ptr,
_Ty=QueueItem::Ptr ,
_Tr=User::HashFunction,
_Alloc=std::equal_to<User::Ptr>,
_Mfl=false
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2146: syntax error : missing ',' before identifier 'allocator_type'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2065: 'allocator_type' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2976: 'std::list' : too few template arguments
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(170): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(170): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(171): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(171): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(172): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(172): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(173): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(173): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(174): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(174): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(175): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(175): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(176): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(176): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(177): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(177): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(178): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(178): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(179): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(179): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(181): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(181): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(183): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(183): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(585): fatal error C1903: unable to recover from previous error(s); stopping compilation
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(282): warning C4996: 'std::hash_map<_Kty,_Ty>::~hash_map' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::mapped_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\Client.h(301): warning C4996: 'std::hash_map<_Kty,_Ty>::key_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(142): warning C4996: 'std::hash_multimap<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(97): warning C4996: 'std::hash_multimap<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(154): warning C4996: 'std::hash_multimap<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(154): warning C4996: 'std::hash_multimap<_Kty,_Ty>::~hash_multimap' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(162): warning C4996: 'std::hash_multimap<_Kty,_Ty>::__ctor' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(164): warning C4996: 'std::hash_multimap<_Kty,_Ty>::~hash_multimap' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
and
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::key_compare' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::allocator_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ClientManager.h(182): warning C4996: 'std::hash_multimap<_Kty,_Ty>::value_type' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\my projects\dc++\dcplusplus-0.301-src\client\simplexml.cpp(83): warning C4702: unreachable code
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(104): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(72): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>::iterator' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\UploadManager.h(89): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr>::operator`[]'' was declared deprecated
with
[
_Kty=User::Ptr,
_Ty=u_int32_t,
_Tr=User::HashFunction
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\DCPlusPlus.h(86): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=std::string
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(37): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ResourceManager.h(32): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=ResourceManager::Strings
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(57): warning C4996: 'std::hash_map<_Kty,_Ty>' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\User.h(63): warning C4996: 'std::hash_map<_Kty,_Ty>::iterator' was declared deprecated
with
[
_Kty=std::string,
_Ty=User::Ptr
]
c:\My Projects\DC++\DCPlusPlus-0.301-src\client\ConnectionManager.h(38): warning C4996: 'std::hash_map<_Kty,_Ty,_Tr,_Alloc>' was declared deprecated
with
[
_Kty=ConnectionQueueItem::Ptr,
_Ty=u_int32_t,
_Tr=PointerHash<ConnectionQueueItem>,
_Alloc=std::equal_to<ConnectionQueueItem::Ptr>
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2903: 'rebind' : symbol is neither a class template nor a function template
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2039: 'rebind' : is not a member of 'std::equal_to<_Ty>'
with
[
_Ty=ConnectionQueueItem::Ptr
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2143: syntax error : missing ';' before '<'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(23): error C2039: 'other' : is not a member of 'operator``global namespace'''
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\hash_map(24): error C2238: unexpected token(s) preceding ';'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2039: 'allocator_type' : is not a member of 'stdext::_Hmap_traits<_Kty,_Ty,_Tr,_Alloc,_Mfl>'
with
[
_Kty=ConnectionQueueItem::Ptr ,
_Ty=u_int32_t,
_Tr=PointerHash<ConnectionQueueItem>,
_Alloc=std::equal_to<ConnectionQueueItem::Ptr>,
_Mfl=false
]
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2146: syntax error : missing ',' before identifier 'allocator_type'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2065: 'allocator_type' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2976: 'std::list' : too few template arguments
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(168): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(170): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(170): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(171): error C2955: 'std::list' : use of class template requires template argument list
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xhash(171): error C2955: 's

linobarreca
Posts: 21
Joined: 2003-10-11 08:59

Post by linobarreca » 2003-10-31 11:04

Add the stlport dir to your include dirs in the project options

You should add stlport to "client" and stlport+wtl to "dcplusplus"

Moreover.. I used the old stlport because the new one doesn't compile well.

iluwatar
Posts: 4
Joined: 2003-10-31 01:59

Post by iluwatar » 2003-11-01 09:31

linobarreca wrote:Add the stlport dir to your include dirs in the project options

You should add stlport to "client" and stlport+wtl to "dcplusplus"

Moreover.. I used the old stlport because the new one doesn't compile well.
I got it working now, thanks for your help!

Locked