esmet
Programmer
- Jul 25, 2011
- 16
[BCC32 Error] Winsock.hpp(23): E2257 , expected
[BCC32 Error] Winsock.hpp(30): E2257 , expected
[BCC32 Error] Winsock.hpp(34): E2257 , expected
[BCC32 Error] Winsock.hpp(38): E2257 , expected
[BCC32 Error] Winsock.hpp(42): E2257 , expected
[BCC32 Error] Winsock.hpp(46): E2257 , expected
[BCC32 Error] Winsock.hpp(50): E2257 , expected
[BCC32 Error] Winsock.hpp(54): E2257 , expected
[BCC32 Error] Winsock.hpp(58): E2257 , expected
[BCC32 Error] Winsock.hpp(62): E2257 , expected
[BCC32 Error] Winsock.hpp(66): E2257 , expected
[BCC32 Error] functional(838): E2238 Multiple declaration for 'operator hash<wstring>:)(const wstring &) const'
[BCC32 Error] functional(794): E2344 Earlier declaration of 'operator hash<wstring>:)(const wstring &) const'
[BCC32 Error] winsock2.h(138): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1918): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1919): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1920): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1918): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1919): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1920): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] ScktComp.hpp(121): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(148): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(154): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(174): E2015 Ambiguity between 'in_addr' and 'Winsock::in_addr'
[BCC32 Error] ScktComp.hpp(189): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(191): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] Idwinsock2.hpp(33): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] Idwinsock2.hpp(34): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
I,ve changed conditional defines in project options to _WINSOCKAPI_
I use a lot of headers and don't know what to do now, and my boss is going to kill me if i don't, do it(it's my first job). All opinions are welcome.
[BCC32 Error] Winsock.hpp(30): E2257 , expected
[BCC32 Error] Winsock.hpp(34): E2257 , expected
[BCC32 Error] Winsock.hpp(38): E2257 , expected
[BCC32 Error] Winsock.hpp(42): E2257 , expected
[BCC32 Error] Winsock.hpp(46): E2257 , expected
[BCC32 Error] Winsock.hpp(50): E2257 , expected
[BCC32 Error] Winsock.hpp(54): E2257 , expected
[BCC32 Error] Winsock.hpp(58): E2257 , expected
[BCC32 Error] Winsock.hpp(62): E2257 , expected
[BCC32 Error] Winsock.hpp(66): E2257 , expected
[BCC32 Error] functional(838): E2238 Multiple declaration for 'operator hash<wstring>:)(const wstring &) const'
[BCC32 Error] functional(794): E2344 Earlier declaration of 'operator hash<wstring>:)(const wstring &) const'
[BCC32 Error] winsock2.h(138): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1918): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1919): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1920): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1918): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1919): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] winsock2.h(1920): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] ScktComp.hpp(121): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(148): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(154): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(174): E2015 Ambiguity between 'in_addr' and 'Winsock::in_addr'
[BCC32 Error] ScktComp.hpp(189): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] ScktComp.hpp(191): E2015 Ambiguity between 'sockaddr_in' and 'Winsock::sockaddr_in'
[BCC32 Error] Idwinsock2.hpp(33): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
[BCC32 Error] Idwinsock2.hpp(34): E2015 Ambiguity between 'fd_set' and 'Winsock::fd_set'
I,ve changed conditional defines in project options to _WINSOCKAPI_
I use a lot of headers and don't know what to do now, and my boss is going to kill me if i don't, do it(it's my first job). All opinions are welcome.