Braclinz Source

Results 1 to 6 of 6
  1. #1
    Orby? Orby ? @-@ Orby is online now
    MemberRank
    Oct 2015 Join Date
    AstraLocation
    278Posts

    config Braclinz Source

    Anyone know fix it when I compile my MatchServer appears these errors if someone can help me thank you ^^

    Code:
    7>CSCommonE.lib(MQuestScenario.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)7>CSCommonE.lib(MBaseChannelRule.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MQuestNPC.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MQuestMap.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MQuestDropTable.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MBaseStringResManager.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchWorldItemDesc.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MSacrificeQItemTable.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchBuff.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchShop.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MXmlParser.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchMap.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchShutdown.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchItem.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchEvent.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchFormula.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MQuestItem.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>cml.lib(MZFileSystem.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>cml.lib(MXml.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchServer.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>CSCommonE.lib(MMatchEventFactory.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_error(long)" (?_com_issue_error@@YGXJ@Z)
    7>cml.lib(MXml.obj) : error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)
    7>cml.lib(MXml.obj) : error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)
    7>cml.lib(MXml.obj) : error LNK2001: unresolved external symbol "void __stdcall _com_issue_errorex(long,struct IUnknown *,struct _GUID const &)" (?_com_issue_errorex@@YGXJPAUIUnknown@@ABU_GUID@@@Z)
    7>cml.lib(MXml.obj) : error LNK2001: unresolved external symbol "long __cdecl _com_dispatch_method(struct IDispatch *,long,unsigned short,unsigned short,void *,wchar_t const *,...)" (?_com_dispatch_method@@YAJPAUIDispatch@@JGGPAXPB_WZZ)
    7>Runtime\MatchServer.exe : fatal error LNK1120: 5 unresolved externals
    ========== Build: 6 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


  2. #2
    Rival Gamers Owner own_prox is offline
    MemberRank
    Jul 2007 Join Date
    HellLocation
    1,077Posts

    Re: Braclinz Source

    try comsuppw.lib ignore that from lib imports or you can just #include <comdef.h>

  3. #3
    Hi, Im Ryuzu yerij007 is offline
    MemberRank
    Oct 2011 Join Date
    Behind You!Location
    311Posts

    Re: Braclinz Source

    Not enough.
    Go to your CML project > Properties > C / C++ > Language and here, change it to No.
    Only for some server files solutions included ZLauncher solution.




    Solved :)

  4. #4
    Member spaike23 is offline
    MemberRank
    Nov 2009 Join Date
    LeagueOfLegendsLocation
    52Posts

    Re: Braclinz Source

    Trinity Source?

  5. #5
    Orby? Orby ? @-@ Orby is online now
    MemberRank
    Oct 2015 Join Date
    AstraLocation
    278Posts

    Re: Braclinz Source

    Yes trinity Source :D

  6. #6
    Apprentice spaikenhow is offline
    MemberRank
    Sep 2009 Join Date
    15Posts

    Re: Braclinz Source

    Orby

    Any success with the files?



Advertisement