Any ideas whats causeing this?

Results 1 to 5 of 5
  1. #1
    Apprentice foeandfearz is offline
    MemberRank
    Jan 2015 Join Date
    Portsmouth, UniLocation
    20Posts

    Any ideas whats causeing this?

    Im new to this all
    Attached Thumbnails Attached Thumbnails untitled2.png  


  2. #2
    Valued Member Keristrasza is offline
    MemberRank
    Jun 2015 Join Date
    128Posts

    Re: Any ideas whats causeing this?

    CrashRptLIB.lib was built with Visual Studio 2012 whereas you're trying to build MatchServer with Visual Studio 2015, which are incompatible. I'm not sure what CrashRptLIB.lib is for, but you should either:

    1) Rebuild CrashRptLIB.lib with VS2015 instead
    2) Remove CrashRptLIB.lib from the project
    3) Build MatchServer with VS2012 instead

  3. #3
    人◕ ‿‿ ◕人 Forean is offline
    MemberRank
    Jul 2008 Join Date
    1,183Posts

    Re: Any ideas whats causeing this?

    Are these Clean source codes or are these pre worked on (Such as a re-pack)?

  4. #4
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: Any ideas whats causeing this?

    build matchServer using vs 2012 or remove that LIB that causing that error i think that its not necessary but not sure

  5. #5
    Apprentice foeandfearz is offline
    MemberRank
    Jan 2015 Join Date
    Portsmouth, UniLocation
    20Posts

    Re: Any ideas whats causeing this?

    // Fixed now thank you thought guys



Advertisement