Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 KB | None | 0 0
  1. 1>------ Build started: Project: DSProject_login, Configuration: Release Win32 ------
  2. 1> account.cpp
  3. 1> lobby.cpp
  4. 1> login.cpp
  5. 1> login_auth.cpp
  6. 1> login_session.cpp
  7. 1> Generating Code...
  8. 1>LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification
  9. 1>lobby.obj : error LNK2019: unresolved external symbol "char const * __cdecl ip2str(unsigned int,char * const)" (?ip2str@@YAPBDIQAD@Z) referenced in function "int __cdecl do_close_lobbydata(struct login_session_data_t *,int)" (?do_close_lobbydata@@YAHPAUlogin_session_data_t@@H@Z)
  10. 1>login_auth.obj : error LNK2001: unresolved external symbol "char const * __cdecl ip2str(unsigned int,char * const)" (?ip2str@@YAPBDIQAD@Z)
  11. 1>lobby.obj : error LNK2019: unresolved external symbol "void __cdecl _mfree(void *,char const *,int,char const *)" (?_mfree@@YAXPAXPBDH1@Z) referenced in function "int __cdecl do_close_lobbydata(struct login_session_data_t *,int)" (?do_close_lobbydata@@YAHPAUlogin_session_data_t@@H@Z)
  12. 1>login.obj : error LNK2001: unresolved external symbol "void __cdecl _mfree(void *,char const *,int,char const *)" (?_mfree@@YAXPAXPBDH1@Z)
  13. 1>login_auth.obj : error LNK2001: unresolved external symbol "void __cdecl _mfree(void *,char const *,int,char const *)" (?_mfree@@YAXPAXPBDH1@Z)
  14. 1>lobby.obj : error LNK2001: unresolved external symbol "struct socket_data * * session" (?session@@3PAPAUsocket_data@@A)
  15. 1>login.obj : error LNK2001: unresolved external symbol "struct socket_data * * session" (?session@@3PAPAUsocket_data@@A)
  16. 1>login_auth.obj : error LNK2001: unresolved external symbol "struct socket_data * * session" (?session@@3PAPAUsocket_data@@A)
  17. 1>lobby.obj : error LNK2019: unresolved external symbol "void __cdecl do_close_tcp(int)" (?do_close_tcp@@YAXH@Z) referenced in function "int __cdecl do_close_lobbydata(struct login_session_data_t *,int)" (?do_close_lobbydata@@YAHPAUlogin_session_data_t@@H@Z)
  18. 1>login_auth.obj : error LNK2001: unresolved external symbol "void __cdecl do_close_tcp(int)" (?do_close_tcp@@YAXH@Z)
  19. 1>lobby.obj : error LNK2019: unresolved external symbol "bool __cdecl session_isActive(int)" (?session_isActive@@YA_NH@Z) referenced in function "int __cdecl do_close_lobbydata(struct login_session_data_t *,int)" (?do_close_lobbydata@@YAHPAUlogin_session_data_t@@H@Z)
  20. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl ShowInfo(char const *,...)" (?ShowInfo@@YAHPBDZZ) referenced in function "int __cdecl do_close_lobbydata(struct login_session_data_t *,int)" (?do_close_lobbydata@@YAHPAUlogin_session_data_t@@H@Z)
  21. 1>login.obj : error LNK2001: unresolved external symbol "int __cdecl ShowInfo(char const *,...)" (?ShowInfo@@YAHPBDZZ)
  22. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl ShowInfo(char const *,...)" (?ShowInfo@@YAHPBDZZ)
  23. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl Sql_Query(struct Sql_t *,char const *,...)" (?Sql_Query@@YAHPAUSql_t@@PBDZZ) referenced in function "int __cdecl lobby_createchar_save(int,int,int,class char_mini *)" (?lobby_createchar_save@@YAHHHHPAVchar_mini@@@Z)
  24. 1>login.obj : error LNK2001: unresolved external symbol "int __cdecl Sql_Query(struct Sql_t *,char const *,...)" (?Sql_Query@@YAHPAUSql_t@@PBDZZ)
  25. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl Sql_Query(struct Sql_t *,char const *,...)" (?Sql_Query@@YAHPAUSql_t@@PBDZZ)
  26. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl Sql_GetIntData(struct Sql_t *,unsigned int)" (?Sql_GetIntData@@YAHPAUSql_t@@I@Z) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  27. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl Sql_GetData(struct Sql_t *,unsigned int,char * *,unsigned int *)" (?Sql_GetData@@YAHPAUSql_t@@IPAPADPAI@Z) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  28. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl Sql_GetData(struct Sql_t *,unsigned int,char * *,unsigned int *)" (?Sql_GetData@@YAHPAUSql_t@@IPAPADPAI@Z)
  29. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl Sql_NextRow(struct Sql_t *)" (?Sql_NextRow@@YAHPAUSql_t@@@Z) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  30. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl Sql_NextRow(struct Sql_t *)" (?Sql_NextRow@@YAHPAUSql_t@@@Z)
  31. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl ShowError(char const *,...)" (?ShowError@@YAHPBDZZ) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  32. 1>login.obj : error LNK2001: unresolved external symbol "int __cdecl ShowError(char const *,...)" (?ShowError@@YAHPBDZZ)
  33. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl ShowStatus(char const *,...)" (?ShowStatus@@YAHPBDZZ) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  34. 1>login.obj : error LNK2001: unresolved external symbol "int __cdecl ShowStatus(char const *,...)" (?ShowStatus@@YAHPBDZZ)
  35. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl ShowStatus(char const *,...)" (?ShowStatus@@YAHPBDZZ)
  36. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl WFIFOSET(int,unsigned int)" (?WFIFOSET@@YAHHI@Z) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  37. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl WFIFOSET(int,unsigned int)" (?WFIFOSET@@YAHHI@Z)
  38. 1>lobby.obj : error LNK2019: unresolved external symbol "void __cdecl md5(unsigned char *,unsigned char *,int)" (?md5@@YAXPAE0H@Z) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  39. 1>lobby.obj : error LNK2019: unresolved external symbol "bool __cdecl bin2hex(char *,unsigned char *,unsigned int)" (?bin2hex@@YA_NPADPAEI@Z) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  40. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl RFIFOSKIP(int,unsigned int)" (?RFIFOSKIP@@YAHHI@Z) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  41. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl ShowDebug(char const *,...)" (?ShowDebug@@YAHPBDZZ) referenced in function "int __cdecl lobbydata_parse(int)" (?lobbydata_parse@@YAHH@Z)
  42. 1>lobby.obj : error LNK2019: unresolved external symbol "unsigned __int64 __cdecl Sql_NumRows(struct Sql_t *)" (?Sql_NumRows@@YA_KPAUSql_t@@@Z) referenced in function "int __cdecl lobby_createchar(struct login_session_data_t *,char *)" (?lobby_createchar@@YAHPAUlogin_session_data_t@@PAD@Z)
  43. 1>login_auth.obj : error LNK2001: unresolved external symbol "unsigned __int64 __cdecl Sql_NumRows(struct Sql_t *)" (?Sql_NumRows@@YA_KPAUSql_t@@@Z)
  44. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl create_session(int,int (__cdecl*)(int),int (__cdecl*)(int),int (__cdecl*)(int))" (?create_session@@YAHHP6AHH@Z00@Z) referenced in function "int __cdecl connect_client_lobbydata(int)" (?connect_client_lobbydata@@YAHH@Z)
  45. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl create_session(int,int (__cdecl*)(int),int (__cdecl*)(int),int (__cdecl*)(int))" (?create_session@@YAHHP6AHH@Z00@Z)
  46. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl recv_to_fifo(int)" (?recv_to_fifo@@YAHH@Z) referenced in function "int __cdecl connect_client_lobbydata(int)" (?connect_client_lobbydata@@YAHH@Z)
  47. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl recv_to_fifo(int)" (?recv_to_fifo@@YAHH@Z)
  48. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl send_from_fifo(int)" (?send_from_fifo@@YAHH@Z) referenced in function "int __cdecl connect_client_lobbydata(int)" (?connect_client_lobbydata@@YAHH@Z)
  49. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl send_from_fifo(int)" (?send_from_fifo@@YAHH@Z)
  50. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl connect_client(int,struct sockaddr_in &)" (?connect_client@@YAHHAAUsockaddr_in@@@Z) referenced in function "int __cdecl connect_client_lobbydata(int)" (?connect_client_lobbydata@@YAHH@Z)
  51. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl connect_client(int,struct sockaddr_in &)" (?connect_client@@YAHHAAUsockaddr_in@@@Z)
  52. 1>lobby.obj : error LNK2019: unresolved external symbol "int __cdecl ShowWarning(char const *,...)" (?ShowWarning@@YAHPBDZZ) referenced in function "int __cdecl lobbyview_parse(int)" (?lobbyview_parse@@YAHH@Z)
  53. 1>login.obj : error LNK2001: unresolved external symbol "int __cdecl ShowWarning(char const *,...)" (?ShowWarning@@YAHPBDZZ)
  54. 1>login_auth.obj : error LNK2001: unresolved external symbol "int __cdecl ShowWarning(char const *,...)" (?ShowWarning@@YAHPBDZZ)
  55. 1>login.obj : error LNK2019: unresolved external symbol "void __cdecl Sql_Free(struct Sql_t *)" (?Sql_Free@@YAXPAUSql_t@@@Z) referenced in function "void __cdecl do_final(void)" (?do_final@@YAXXZ)
  56. 1>login.obj : error LNK2001: unresolved external symbol "char SERVER_TYPE" (?SERVER_TYPE@@3DA)
  57. 1>login.obj : error LNK2019: unresolved external symbol "int __cdecl sock2fd(unsigned int)" (?sock2fd@@YAHI@Z) referenced in function "int __cdecl do_sockets(int)" (?do_sockets@@YAHH@Z)
  58. 1>login.obj : error LNK2001: unresolved external symbol "__int64 last_tick" (?last_tick@@3_JA)
  59. 1>login.obj : error LNK2019: unresolved external symbol "int __cdecl ShowFatalError(char const *,...)" (?ShowFatalError@@YAHPBDZZ) referenced in function "int __cdecl do_sockets(int)" (?do_sockets@@YAHH@Z)
  60. 1>login.obj : error LNK2001: unresolved external symbol "struct fd_set readfds" (?readfds@@3Ufd_set@@A)
  61. 1>login.obj : error LNK2001: unresolved external symbol "int fd_max" (?fd_max@@3HA)
  62. 1>login.obj : error LNK2019: unresolved external symbol "char * __cdecl _mstrdup(char const *,char const *,int,char const *)" (?_mstrdup@@YAPADPBD0H0@Z) referenced in function "int __cdecl login_config_read(char const *)" (?login_config_read@@YAHPBD@Z)
  63. 1>login.obj : error LNK2001: unresolved external symbol "int msg_silent" (?msg_silent@@3HA)
  64. 1>login.obj : error LNK2001: unresolved external symbol "int stdout_with_ansisequence" (?stdout_with_ansisequence@@3HA)
  65. 1>login.obj : error LNK2019: unresolved external symbol "int __cdecl config_switch(char const *)" (?config_switch@@YAHPBD@Z) referenced in function "int __cdecl login_config_read(char const *)" (?login_config_read@@YAHPBD@Z)
  66. 1>login.obj : error LNK2001: unresolved external symbol "char * timestamp_format" (?timestamp_format@@3PADA)
  67. 1>login.obj : error LNK2019: unresolved external symbol "int __cdecl ShowMessage(char const *,...)" (?ShowMessage@@YAHPBDZZ) referenced in function "void __cdecl login_helpscreen(int)" (?login_helpscreen@@YAXH@Z)
  68. 1>login.obj : error LNK2019: unresolved external symbol "int __cdecl Sql_Connect(struct Sql_t *,char const *,char const *,char const *,unsigned short,char const *)" (?Sql_Connect@@YAHPAUSql_t@@PBD11G1@Z) referenced in function "int __cdecl do_init(int,char * *)" (?do_init@@YAHHPAPAD@Z)
  69. 1>login.obj : error LNK2019: unresolved external symbol "struct Sql_t * __cdecl Sql_Malloc(void)" (?Sql_Malloc@@YAPAUSql_t@@XZ) referenced in function "int __cdecl do_init(int,char * *)" (?do_init@@YAHHPAPAD@Z)
  70. 1>login.obj : error LNK2019: unresolved external symbol "int __cdecl makeListenBind_tcp(unsigned int,unsigned short,int (__cdecl*)(int))" (?makeListenBind_tcp@@YAHIGP6AHH@Z@Z) referenced in function "int __cdecl do_init(int,char * *)" (?do_init@@YAHHPAPAD@Z)
  71. 1>login.obj : error LNK2001: unresolved external symbol "int runflag" (?runflag@@3HA)
  72. 1>login_auth.obj : error LNK2019: unresolved external symbol "void __cdecl flush_fifo(int)" (?flush_fifo@@YAXH@Z) referenced in function "int __cdecl login_parse(int)" (?login_parse@@YAHH@Z)
  73. 1>login_auth.obj : error LNK2019: unresolved external symbol "void * __cdecl _mcalloc(unsigned int,unsigned int,char const *,int,char const *)" (?_mcalloc@@YAPAXIIPBDH0@Z) referenced in function "int __cdecl login_parse(int)" (?login_parse@@YAHH@Z)
  74. 1>MSVCRT.lib(crtexe.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup
  75. 1>C:\Users\Tooru\Desktop\DSProject_src\src\login\Release\DSProject_login.exe : fatal error LNK1120: 43 unresolved externals
  76. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement