Error in thread.h (i don't find a resolution)

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

Moderator: Moderators

Luca®
Posts: 2
Joined: 2004-01-09 22:36

Error in thread.h (i don't find a resolution)

Post by Luca® » 2004-01-09 22:39

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

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

Post by joakim_tosteberg » 2004-01-10 07:11

There can be problems ( wil probably be) compiling dc++ with vc6. If you can, upgrade to a .net version ( 2003 is best ).

Luca®
Posts: 2
Joined: 2004-01-09 22:36

Post by Luca® » 2004-01-10 12:43

joakim_tosteberg wrote:There can be problems ( wil probably be) compiling dc++ with vc6. If you can, upgrade to a .net version ( 2003 is best ).


Mmm... :cry: Another solution ? Because the new .NET version is not chiper.... and is difficult to ehm... find it with dc.

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-08 02:46
Location: .pa.us

Post by GargoyleMT » 2004-01-10 16:29

Luca® wrote:Mmm... :cry: Another solution ? Because the new .NET version is not chiper.... and is difficult to ehm... find it with dc.


.NET 2003 is what arne has and uses.

If you need to compile it with something else, I hope you can do so on your own.

Who is online

Users browsing this forum: Google [Bot] and 0 guests