| | | Compiling...
bot.c
.\bot.c : error C2471: cannot update program database 'c:\users\johndoe\desktop\v\bot\release\vc90.pdb'
.\bot.c(8) : fatal error C1903: unable to recover from previous error(s); stopping compilation
debug.c
.\debug.c : error C2471: cannot update program database 'c:\users\johndoe\desktop\v\bot\release\vc90.pdb'
.\debug.c(39) : warning C4013: 'WriteDebugDataEx' undefined; assuming extern returning int
.\debug.c(43) : error C2371: 'WriteDebugDataEx' : redefinition; different basic types
.\debug.c(47) : fatal error C1903: unable to recover from previous error(s); stopping compilation
connection.c
.\connection.c : error C2471: cannot update program database 'c:\users\johndoe\desktop\v\bot\release\vc90.pdb'
.\connection.c(157) : fatal error C1903: unable to recover from previous error(s); stopping compilation
common.c
.\common.c : error C2471: cannot update program database 'c:\users\johndoe\desktop\v\bot\release\vc90.pdb'
c:\users\johndoe\desktop\v\bot\..\common\string.c(240) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\bot\..\common\string.c(256) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\bot\..\common\string.c(428) : warning C4047: 'function' : 'LPCWSTR' differs in levels of indirection from 'int'
c:\users\johndoe\desktop\v\bot\..\common\string.c(428) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
c:\users\johndoe\desktop\v\bot\..\common\string.c(428) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\bot\..\common\string.c(428) : warning C4020: 'function through pointer' : too many actual parameters
c:\users\johndoe\desktop\v\bot\..\common\string.c(446) : warning C4047: 'function' : 'LPCSTR' differs in levels of indirection from 'int'
c:\users\johndoe\desktop\v\bot\..\common\string.c(446) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
c:\users\johndoe\desktop\v\bot\..\common\string.c(446) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\bot\..\common\string.c(446) : warning C4020: 'function through pointer' : too many actual parameters
c:\users\johndoe\desktop\v\bot\..\common\string.c(572) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
c:\users\johndoe\desktop\v\bot\..\common\string.c(573) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
c:\users\johndoe\desktop\v\bot\..\common\utils.c(239) : warning C4047: 'function' : 'LPWSTR' differs in levels of indirection from 'wchar_t (*)[255]'
c:\users\johndoe\desktop\v\bot\..\common\utils.c(239) : warning C4024: 'function through pointer' : different types for formal and actual parameter 5
c:\users\johndoe\desktop\v\bot\..\common\utils.c(410) : warning C4047: '=' : 'DWORD' differs in levels of indirection from 'HANDLE'
c:\users\johndoe\desktop\v\bot\..\common\crypto.c(19) : warning C4244: '=' : conversion from 'WORD' to 'BYTE', possible loss of data
c:\users\johndoe\desktop\v\bot\..\common\hooking.c(30) : warning C4022: 'function through pointer' : pointer mismatch for actual parameter 2
c:\users\johndoe\desktop\v\bot\..\common\hooking.c(37) : warning C4022: 'function through pointer' : pointer mismatch for actual parameter 2
c:\users\johndoe\desktop\v\bot\..\common\hooking.c(44) : warning C4022: 'function through pointer' : pointer mismatch for actual parameter 2
c:\users\johndoe\desktop\v\bot\..\common\hooking.c(56) : warning C4022: 'function through pointer' : pointer mismatch for actual parameter 2
c:\users\johndoe\desktop\v\bot\..\common\hooking.c(60) : warning C4022: 'function through pointer' : pointer mismatch for actual parameter 2
c:\users\johndoe\desktop\v\bot\..\common\hooking.c(64) : warning C4047: '=' : 'LPVOID' differs in levels of indirection from 'unsigned long'
c:\users\johndoe\desktop\v\bot\..\common\hooking.c(172) : warning C4022: 'memcopy' : pointer mismatch for actual parameter 1
c:\users\johndoe\desktop\v\bot\..\common\inject.c(30) : warning C4022: 'function through pointer' : pointer mismatch for actual parameter 3
.\common.c(14) : fatal error C1903: unable to recover from previous error(s); stopping compilation
botThreads.c
.\botThreads.c : error C2471: cannot update program database 'c:\users\johndoe\desktop\v\bot\release\vc90.pdb'
.\botThreads.c(85) : fatal error C1903: unable to recover from previous error(s); stopping compilation
botkiller.c
.\botkiller.c : error C2471: cannot update program database 'c:\users\johndoe\desktop\v\bot\release\vc90.pdb'
.\botkiller.c(150) : fatal error C1903: unable to recover from previous error(s); stopping compilation
|