02-11-2015, 11:31 AM
Hello all,
So I decided to take the jump an start to learn a bit of programming an using the server source codes I have to mess about with.
I have install VB C++ 6.0 an can open the projects have fixed some of the comiple errors by myself (but could have made things worse haha) but I have failed xD and google cant save me so im here making a n00b post lol.
Can someone give me a list of things needed to compile the source..
Do I need mysql installed on the pc compiling?
Do I need any other stuff other than C++ 6.0
I have been testing with AnalyzeTool project
Atm I fixed some missing file erros on compile by setting missing DIR in options of C++ but now I just get this error:
--------------------Configuration: AnalyzeTool - Win32 Debug--------------------
Linking...
mysqlclient.lib(mf_loadpath.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(trees.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(inftrees.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(ctype-ucs2.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(ctype-tis620.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(xml.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(ctype-mb.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(ctype.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(ctype-uca.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(ctype-simple.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(mf_pack.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(my_error.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(mf_fn_ext.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(my_fopen.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(my_lib.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(my_init.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(my_thr_init.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(mf_format.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(longlong2str.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(charset.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(password.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(viossl.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(viosslfactories.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(int2str.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(net_serv.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(safemalloc.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(default.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(client.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(libmysql.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(my_vsnprintf.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(dbug.obj) : error LNK2001: unresolved external symbol ___security_cookie
mysqlclient.lib(mf_loadpath.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(trees.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(inftrees.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(ctype-ucs2.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(ctype-tis620.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(xml.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(ctype-mb.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(ctype.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(ctype-uca.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(ctype-simple.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(mf_pack.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(my_error.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(mf_fn_ext.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(my_fopen.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(my_lib.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(my_init.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(my_thr_init.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(mf_format.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(longlong2str.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(charset.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(password.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(viossl.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(viosslfactories.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(int2str.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(net_serv.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(safemalloc.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(default.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(client.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(libmysql.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(my_vsnprintf.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(dbug.obj) : error LNK2001: unresolved external symbol @__security_check_cookie@4
mysqlclient.lib(libmysql.obj) : error LNK2001: unresolved external symbol __ftol2
mysqlclient.lib(password.obj) : error LNK2001: unresolved external symbol __ftol2
mysqlclient.lib(timer.obj) : error LNK2001: unresolved external symbol __ftol2
mysqlclient.lib(algebra.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(md2.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(file.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(dh.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(des.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(aes.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(coding.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(hash.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(random.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(dsa.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(rsa.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(md5.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(sha.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(ripemd.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(arc4.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(timer.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(integer.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(asn.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(misc.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(handshake.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(cert_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(crypto_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(buffer.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(ssl.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(yassl_int.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(yassl_imp.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(socket_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
mysqlclient.lib(coding.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(algebra.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(md2.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(file.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(rsa.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(dh.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(des.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(aes.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(arc4.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(hash.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(random.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(dsa.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(misc.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(md5.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(sha.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(ripemd.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(buffer.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(timer.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(integer.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(asn.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(log.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(handshake.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(cert_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(crypto_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(ssl.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(yassl_int.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(yassl_imp.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(socket_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
mysqlclient.lib(coding.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(algebra.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(md2.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(file.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(rsa.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(dh.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(des.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(aes.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(arc4.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(hash.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(random.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(dsa.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(misc.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(md5.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(sha.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(ripemd.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(buffer.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(timer.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(integer.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(asn.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(log.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(handshake.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(cert_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(crypto_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(ssl.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(yassl_int.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(yassl_imp.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(socket_wrapper.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
mysqlclient.lib(file.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(aes.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(coding.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(algebra.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(md2.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(dsa.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(rsa.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(dh.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(des.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(ripemd.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(arc4.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(hash.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(random.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(integer.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(asn.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(md5.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(sha.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(handshake.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(cert_wrapper.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(crypto_wrapper.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(timer.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(ssl.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(yassl_int.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(yassl_imp.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(socket_wrapper.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8
mysqlclient.lib(integer.obj) : error LNK2001: unresolved external symbol __aligned_malloc
mysqlclient.lib(integer.obj) : error LNK2001: unresolved external symbol __aligned_free
AnalyzeTool.exe : fatal error LNK1120: 9 unresolved externals
Error executing link.exe.
AnalyzeTool.exe - 176 error(s), 0 warning(s)

