Problem build agent vs2013

Results 1 to 2 of 2
  1. #1
    Valued Member Iam Juan Carlos is offline
    MemberRank
    May 2013 Join Date
    104Posts

    Problem build agent vs2013

    I have a few small errors can not find the solution.


    Already Gunz and MatchServer built the solution but the agent gives me these errors at the end.


    Code:
    7> CSCommonE.lib (MMatchServer.obj): error LNK2019: external symbol "class std :: basic_string <char, struct std :: char_traits <char>, class std :: allocator <char>> __cdecl __CXRDecrypt (const char *) "(? __ CXRDecrypt@@YA? AV? $ basic_string @ DU? $ char_traits @ D @ std@@V? $ allocator @ D @ 2 @std@@PBD @ Z) referenced unresolved is the role "bool __cdecl CheckItemXML_ReadXML (class std :: map <unsigned long, class std :: basic_string <char, struct std :: char_traits <char>, class std :: allocator <char>>, struct std :: less <unsigned long> , class std :: allocator <struct std :: pair <const unsigned long, class std :: basic_string <char, struct std :: char_traits <char>, class std :: allocator <char>>>>> &, const char *) "(?CheckItemXML_ReadXML@@YA_NAAV?$map@KV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2 @std@@U?$less@K@2@V?$allocator@U?$pair@$$CBKV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2 @std@ @std@@@2 @std@@PBD@Z)
    7> CSCommonE.lib (MMatchItem.obj): error LNK2001: unresolved external symbol "class std :: basic_string <char, struct std :: char_traits <char>, class std :: allocator <char>> __cdecl __CXRDecrypt (const char *) "(? __ CXRDecrypt@@YA? AV? $ basic_string @ DU? $ char_traits @ D @ std@@V? $ allocator @ D @ 2 @std@@PBD @ Z) unresolved
    7> CSCommonE.lib (MMatchBuff.obj): error LNK2001: unresolved external symbol "class std :: basic_string <char, struct std :: char_traits <char>, class std :: allocator <char>> __cdecl __CXRDecrypt (const char *) "(? __ CXRDecrypt@@YA? AV? $ basic_string @ DU? $ char_traits @ D @ std@@V? $ allocator @ D @ 2 @std@@PBD @ Z) unresolved
    7> Runtime \ MatchAgent.exe: fatal error LNK1120: 1 unresolved externals





  2. #2
    Valued Member xDividerx is offline
    MemberRank
    Feb 2012 Join Date
    126Posts

    Re: Problem build agent vs2013

    Had the same issue, Here's how i fixed it.

    Step 1. Uninstalled VS2013.
    Step 2. Reinstalled VS2003
    Step 3. Stopped trying to use 10 year old code on a brand new IDE. <3



Advertisement