| | | Compiling...
bc_server.c
common.c
c:\users\johndoe\desktop\v\common\string.c(240) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\common\string.c(256) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\common\string.c(428) : warning C4047: 'function' : 'LPCWSTR' differs in levels of indirection from 'int'
c:\users\johndoe\desktop\v\common\string.c(428) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
c:\users\johndoe\desktop\v\common\string.c(428) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\common\string.c(428) : warning C4020: 'function through pointer' : too many actual parameters
c:\users\johndoe\desktop\v\common\string.c(446) : warning C4047: 'function' : 'LPCSTR' differs in levels of indirection from 'int'
c:\users\johndoe\desktop\v\common\string.c(446) : warning C4024: 'function through pointer' : different types for formal and actual parameter 2
c:\users\johndoe\desktop\v\common\string.c(446) : warning C4090: 'function' : different 'const' qualifiers
c:\users\johndoe\desktop\v\common\string.c(446) : warning C4020: 'function through pointer' : too many actual parameters
c:\users\johndoe\desktop\v\common\string.c(572) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
c:\users\johndoe\desktop\v\common\string.c(573) : warning C4244: '=' : conversion from 'DWORD' to 'USHORT', possible loss of data
c:\users\johndoe\desktop\v\common\utils.c(239) : warning C4047: 'function' : 'LPWSTR' differs in levels of indirection from 'wchar_t (*)[255]'
c:\users\johndoe\desktop\v\common\utils.c(239) : warning C4024: 'function through pointer' : different types for formal and actual parameter 5
c:\users\johndoe\desktop\v\common\utils.c(410) : warning C4047: '=' : 'DWORD' differs in levels of indirection from 'HANDLE'
main.c
c:\users\johndoe\desktop\v\backconnect\main.c(99) : warning C4028: formal parameter 3 different from declaration
Generating Code...
Linking...
bc_server.obj : error LNK2019: unresolved external symbol _TCPServer_Create referenced in function _BCServer_Start
common.obj : error LNK2019: unresolved external symbol _Crypto_crc32Hash@8 referenced in function _GetModuleHandleByHash@4
common.obj : error LNK2019: unresolved external symbol _Registry_ReadValue referenced in function _Utils_GetPath
C:\Users\JohnDoe\Desktop\v\bot\Debug\backconnect.exe : fatal error LNK1120: 3 unresolved externals
|