I have this error while compiling the versione 0.301
Compiling...
stdinc.cpp
Compiling...
ADLSearch.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
BufferedSocket.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
Client.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
ClientManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
ConnectionManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
CryptoManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
DCPlusPlus.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
DirectoryListing.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
DownloadManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
Exception.cpp
FinishedManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
HttpConnection.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
HubManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
LogManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
QueueManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
ResourceManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
SearchManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
ServerSocket.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
SettingsManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
SFVReader.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
Generating Code...
warning C4786: '_STL::hash_map<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,_STL::hash<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator
<char> > >,_STL::equal_to<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<c
har>,_STL::allocator<char> > > > >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::_Ht_iterator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Nonconst_traits<_STL::pair<_STL::basic_stri
ng<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > >,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,_STL::hash<_STL::basic_string<char,_ST
L::char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > >,_STL::equal_to<_STL
::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >
> >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::_Hashtable_iterator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::basic_string<char,_STL::char_traits<c
har>,_STL::allocator<char> >,_STL::hash<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL
::char_traits<char>,_STL::allocator<char> > > >,_STL::equal_to<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::
basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > > >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::unary_function<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::basic_string<char,_STL::char_traits<char>,
_STL::allocator<char> > const >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::_STLP_alloc_proxy<unsigned int,_STL::_Hashtable_node<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > >,_STL::al
locator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > > >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::_Ht_iterator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Const_traits<_STL::pair<_STL::basic_string<
char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > >,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,_STL::hash<_STL::basic_string<char,_STL::
char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > >,_STL::equal_to<_STL::b
asic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > > >
>' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::hashtable<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::basic_string<char,_STL::char_traits<char>,_STL:
:allocator<char> >,_STL::hash<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_string<char,_STL::char_tra
its<char>,_STL::allocator<char> > > >,_STL::equal_to<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,_STL::basic_stri
ng<char,_STL::char_traits<char>,_STL::allocator<char> > > > >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::hash_map<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,enum ResourceManager::Strings,_STL::hash<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::equal_to<_STL::basic_stri
ng<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> > >' : identifier was truncated to '255' characters in
the debug information
warning C4786: '_STL::_Hashtable_iterator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings>,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,_STL::hash<_ST
L::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> >,_STL::equal_to<_STL::basic_string<char
,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> > >' : identifier was truncated to '255' characters in the de
bug information
warning C4786: '_STL::_STLP_alloc_proxy<unsigned int,_STL::_Hashtable_node<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> >,_STL::allocator<_STL::pair<_STL::basic_string<char,
_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> > >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::_Ht_iterator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings>,_STL::_Const_traits<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocato
r<char> > const ,enum ResourceManager::Strings> >,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,_STL::hash<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic_st
ring<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> >,_STL::equal_to<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_
traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> > >' : identifier was truncated to '255' characters in the debug information
warning C4786: '_STL::hashtable<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings>,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<chaCompiling...
ShareManager.cpp
r> >,_STL::hash<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> >,_STL::equal_to<_STL
::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> > >' : identifier was truncated to '255' c
haracters in the debug information
warning C4786: '_STL::_Ht_iterator<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings>,_STL::_Nonconst_traits<_STL::pair<_STL::basic_string<char,_STL::char_traits<char>,_STL::alloc
ator<char> > const ,enum ResourceManager::Strings> >,_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> >,_STL::hash<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::_Select1st<_STL::pair<_STL::basic
_string<char,_STL::char_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> >,_STL::equal_to<_STL::basic_string<char,_STL::char_traits<char>,_STL::allocator<char> > >,_STL::allocator<_STL::pair<_STL::basic_string<char,_STL::ch
ar_traits<char>,_STL::allocator<char> > const ,enum ResourceManager::Strings> > >' : identifier was truncated to '255' characters in the debug information
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
SimpleXML.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
Socket.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
StringDefs.cpp
StringTokenizer.cpp
Thread.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
TimerManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
UploadManager.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
User.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
UserConnection.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\socket.h(105) : error C2504: 'Exception' : base class undefined
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
Util.cpp
c:\desktop\filesconnection\dcplusplus-0.301-src\client\util.h(270) : warning C4100: '__$ReturnUdt' : unreferenced formal parameter
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2065: 'ThreadException' : undeclared identifier
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(34) : error C2501: 'STANDARD_EXCEPTION' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2059: syntax error : ')'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(52) : error C2501: 'ThreadException' : missing storage-class or type specifiers
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2059: syntax error : 'if'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(54) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2628: 'Thread' followed by 'void' is illegal (did you forget a ';'?)
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ')' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : error C2146: syntax error : missing ';' before identifier 'ThreadException'
c:\desktop\filesconnection\dcplusplus-0.301-src\client\thread.h(59) : fatal error C1004: unexpected end of file found
Generating Code...
Error executing cl.exe.
DCPlusPlus.exe - 347 error(s), 34 warning(s)
I have VC6+wtl+sltport4.6+SDK
Error in thread.h (i don't find a resolution)
Moderator: Moderators
-
joakim_tosteberg
- Forum Moderator
- Posts: 587
- Joined: 2003-05-07 07:38
- Location: Sweden, Linkoping
-
Luca®
- Posts: 2
- Joined: 2004-01-09 22:36
-
GargoyleMT
- DC++ Contributor
- Posts: 3212
- Joined: 2003-01-08 02:46
- Location: .pa.us
Who is online
Users browsing this forum: Google [Bot] and 0 guests