| | | Compiling...
tcp_server.c
.\tcp_server.c(23) : error C2143: syntax error : missing ')' before '{'
.\tcp_server.c(66) : error C2065: 'bot' : undeclared identifier
.\tcp_server.c(66) : error C2224: left of '.api' must have struct/union type
.\tcp_server.c(97) : error C2065: 'bot' : undeclared identifier
.\tcp_server.c(97) : error C2224: left of '.api' must have struct/union type
.\tcp_server.c(108) : error C2065: 'bot' : undeclared identifier
.\tcp_server.c(108) : error C2224: left of '.api' must have struct/union type
.\tcp_server.c(118) : error C2039: 'OnClientReceiveData' : is not a member of 'tcp_server_t'
c:\users\johndoe\desktop\v\common\tcp_server.h(22) : see declaration of 'tcp_server_t'
.\tcp_server.c(119) : error C2039: 'OnClientReceiveData' : is not a member of 'tcp_server_t'
c:\users\johndoe\desktop\v\common\tcp_server.h(22) : see declaration of 'tcp_server_t'
.\tcp_server.c(129) : error C2065: 'bot' : undeclared identifier
.\tcp_server.c(129) : error C2224: left of '.api' must have struct/union type
.\tcp_server.c(146) : error C2065: 'bot' : undeclared identifier
.\tcp_server.c(146) : error C2224: left of '.api' must have struct/union type
.\tcp_server.c(156) : error C2065: 'bot' : undeclared identifier
.\tcp_server.c(156) : error C2224: left of '.api' must have struct/union type
.\tcp_server.c(169) : error C2065: 'bot' : undeclared identifier
.\tcp_server.c(169) : error C2224: left of '.api' must have struct/union type
.\tcp_server.c(171) : error C2065: 'tcp_server_callback' : undeclared identifier
.\tcp_server.c(171) : error C2065: 't' : undeclared identifier
string.c
c:\users\johndoe\desktop\v\common\string.h(44) : error C2146: syntax error : missing ')' before identifier 'pUI'
c:\users\johndoe\desktop\v\common\string.h(44) : error C2061: syntax error : identifier 'pUI'
c:\users\johndoe\desktop\v\common\string.h(44) : error C2059: syntax error : ';'
c:\users\johndoe\desktop\v\common\string.h(44) : error C2059: syntax error : ','
c:\users\johndoe\desktop\v\common\string.h(44) : error C2059: syntax error : ')'
c:\users\johndoe\desktop\v\common\string.h(45) : error C2146: syntax error : missing ')' before identifier 'pUI'
c:\users\johndoe\desktop\v\common\string.h(45) : error C2061: syntax error : identifier 'pUI'
c:\users\johndoe\desktop\v\common\string.h(45) : error C2059: syntax error : ';'
c:\users\johndoe\desktop\v\common\string.h(45) : error C2059: syntax error : ')'
.\string.c(240) : warning C4090: 'function' : different 'const' qualifiers
.\string.c(256) : warning C4090: 'function' : different 'const' qualifiers
.\string.c(428) : warning C4047: 'function' : 'LPCWSTR' differs in levels of indirection from 'int'
.\string.c(428) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
.\string.c(428) : warning C4090: 'function' : different 'const' qualifiers
.\string.c(428) : warning C4020: 'function through pointer' : too many actual parameters
.\string.c(446) : warning C4047: 'function' : 'LPCSTR' differs in levels of indirection from 'int'
.\string.c(446) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
.\string.c(446) : warning C4090: 'function' : different 'const' qualifiers
.\string.c(446) : warning C4020: 'function through pointer' : too many actual parameters
.\string.c(572) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
.\string.c(573) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
socket.c
.\socket.c(10) : error C2065: 'bot' : undeclared identifier
.\socket.c(10) : error C2224: left of '.api' must have struct/union type
.\socket.c(15) : error C2065: 'bot' : undeclared identifier
.\socket.c(15) : error C2224: left of '.api' must have struct/union type
.\socket.c(24) : error C2065: 'bot' : undeclared identifier
.\socket.c(24) : error C2224: left of '.api' must have struct/union type
.\socket.c(47) : error C2065: 'bot' : undeclared identifier
.\socket.c(47) : error C2224: left of '.api' must have struct/union type
.\socket.c(66) : error C2065: 'bot' : undeclared identifier
.\socket.c(66) : error C2224: left of '.api' must have struct/union type
.\socket.c(70) : error C2065: 'bot' : undeclared identifier
.\socket.c(70) : error C2224: left of '.api' must have struct/union type
.\socket.c(77) : error C2065: 'bot' : undeclared identifier
.\socket.c(77) : error C2224: left of '.api' must have struct/union type
.\socket.c(79) : error C2065: 'bot' : undeclared identifier
.\socket.c(79) : error C2224: left of '.api' must have struct/union type
.\socket.c(84) : error C2065: 'bot' : undeclared identifier
.\socket.c(84) : error C2224: left of '.api' must have struct/union type
.\socket.c(89) : error C2065: 'bot' : undeclared identifier
.\socket.c(89) : error C2224: left of '.api' must have struct/union type
.\socket.c(107) : error C2065: 'bot' : undeclared identifier
.\socket.c(107) : error C2224: left of '.api' must have struct/union type
.\socket.c(118) : error C2065: 'bot' : undeclared identifier
.\socket.c(118) : error C2224: left of '.api' must have struct/union type
.\socket.c(124) : error C2065: 'bot' : undeclared identifier
.\socket.c(124) : error C2224: left of '.api' must have struct/union type
.\socket.c(126) : error C2065: 'bot' : undeclared identifier
.\socket.c(126) : error C2224: left of '.api' must have struct/union type
.\socket.c(128) : error C2065: 'bot' : undeclared identifier
.\socket.c(128) : error C2224: left of '.api' must have struct/union type
|