Juver source ep9 new function official

Page 4 of 15 FirstFirst 12345678910111214 ... LastLast
Results 46 to 60 of 221
  1. #46
    Member ieszafri99 is offline
    MemberRank
    Jan 2021 Join Date
    192.168.1.1Location
    68Posts
    Quote Originally Posted by Adriane2014 View Post
    Add NewBuyItem.cpp & .h / InterestItem.cpp & .h to Lib_ClientUI project.
    New Error 2 more left help?
    Code:
    Error    2    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerCacheError    3    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerCache
    Error    4    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerCache
    Error    5    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerCache
    Error    6    fatal error LNK1120: 2 unresolved externals    C:\_work\Ran\_Bin\Release\ServerCache.exe    ServerCache
    Error    127    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerAgent
    Error    128    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerAgent
    Error    129    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerAgent
    Error    130    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerAgent Error    131    fatal error LNK1120: 2 unresolved externals    C:\_work\Ran\_Bin\Release\ServerAgent.exe    ServerAgent
    Last edited by ieszafri99; 05-09-22 at 05:28 PM. Reason: Command fixing

  2. #47
    Proficient Member imasexgod3 is online now
    MemberRank
    Jun 2010 Join Date
    162Posts
    Quote Originally Posted by grandran View Post
    share client bro
    Master any tutorial on how to compile this source? Too many errors and i put it on D:/

  3. #48
    Member ieszafri99 is offline
    MemberRank
    Jan 2021 Join Date
    192.168.1.1Location
    68Posts
    Quote Originally Posted by ieszafri99 View Post
    New Error 2 more left help?
    Code:
    Error    2    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerCacheError    3    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerCache
    Error    4    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerCache
    Error    5    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerCache
    Error    6    fatal error LNK1120: 2 unresolved externals    C:\_work\Ran\_Bin\Release\ServerCache.exe    ServerCache
    Error    127    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerAgent
    Error    128    error LNK2001: unresolved external symbol "wchar_t * __stdcall _com_util::ConvertStringToBSTR(char const *)" (?ConvertStringToBSTR@_com_util@@YGPA_WPBD@Z)    lib_network.lib    ServerAgent
    Error    129    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerAgent
    Error    130    error LNK2001: unresolved external symbol "char * __stdcall _com_util::ConvertBSTRToString(wchar_t *)" (?ConvertBSTRToString@_com_util@@YGPADPA_W@Z)    lib_network.lib    ServerAgent Error    131    fatal error LNK1120: 2 unresolved externals    C:\_work\Ran\_Bin\Release\ServerAgent.exe    ServerAgent
    Solved!!!
    https://imgur.com/qRMZiFb

  4. #49
    Enthusiast Kongouchan is offline
    MemberRank
    Oct 2019 Join Date
    ThailandLocation
    37Posts
    ......
    Last edited by Kongouchan; 05-09-22 at 06:35 PM. Reason: Optional

  5. #50
    Account Upgraded | Title Enabled! tobets2000 is offline
    MemberRank
    Sep 2007 Join Date
    East BlueLocation
    256Posts


    Can compile properly just link needed libraries and includes. Thanks for releasing TS and credits to sensei dev eugene.

  6. #51
    Enthusiast Kongouchan is offline
    MemberRank
    Oct 2019 Join Date
    ThailandLocation
    37Posts
    mission complete


    Last edited by Kongouchan; 05-09-22 at 07:03 PM.

  7. #52
    Member ljay0716 is online now
    MemberRank
    May 2009 Join Date
    70Posts
    Quote Originally Posted by Kongouchan View Post
    mission complete


    What version did you use to edit, 2008?

  8. #53
    Enthusiast Kongouchan is offline
    MemberRank
    Oct 2019 Join Date
    ThailandLocation
    37Posts
    Quote Originally Posted by ljay0716 View Post
    What version did you use to edit, 2008?
    Visual Studio 2008

  9. #54
    Member jeprezxc is offline
    MemberRank
    Jun 2016 Join Date
    BugTrapLocation
    69Posts
    Quote Originally Posted by Kongouchan View Post
    mission complete


    mind to share bro <3

    - - - Updated - - -

    Quote Originally Posted by tobets2000 View Post


    Can compile properly just link needed libraries and includes. Thanks for releasing TS and credits to sensei dev eugene.
    Can i see your tools? Directories?

  10. #55
    Enthusiast mryoso1122 is offline
    MemberRank
    Nov 2018 Join Date
    32Posts
    Quote Originally Posted by tobets2000 View Post


    Can compile properly just link needed libraries and includes. Thanks for releasing TS and credits to sensei dev eugene.
    hello sir idol how can you compiling this? can you help me for compiling

  11. #56
    Enthusiast Kongouchan is offline
    MemberRank
    Oct 2019 Join Date
    ThailandLocation
    37Posts
    Quote Originally Posted by jeprezxc View Post
    mind to share bro <3

    - - - Updated - - -



    Can i see your tools? Directories?
    https://mega.nz/file/yhYiDTSC#fAONJ7...QISAGsxb26NZhU

  12. #57
    Proficient Member imasexgod3 is online now
    MemberRank
    Jun 2010 Join Date
    162Posts
    Quote Originally Posted by Kongouchan View Post
    mission complete


    any screenshot for directories? Include and Lib? please?

  13. #58
    Enthusiast mryoso1122 is offline
    MemberRank
    Nov 2018 Join Date
    32Posts
    Quote Originally Posted by Deep56 View Post
    Sir you have compatible glogicserver.rcc/database/serverside


    and sir Shutelo waiting for the client :) thankyou sir

  14. #59
    Enthusiast mysh1214 is online now
    MemberRank
    Jan 2021 Join Date
    38Posts
    Quote Originally Posted by Shutelo View Post
    RAN ONLINE JUVER MIX GS ENGINE AND GS FUNCTION

    WHATS NEW HERE ?
    * EP9 UI
    * OFFICIAL POST BOX
    * OFFICIAL PERSONAL STORE WITH 2 NEW TYPE POINT E-POINTS AND GOLD
    * OFFICIAL ATTEDANCE GS
    * OFFICIAL NOTIF ACTIVITY RECORD
    * OFFICIAL LOADING WAV WHEN START THE GAME
    * OFFICIAL ITEM MIX COMPUND GS
    * NEW RANKING GAME BY EUGENE SAYA
    * NEW ITEM SHOP BY EJASAYA
    ETC I FORGET

    CREDIT BY :
    Mincommuncation
    Juver
    Eugene Saya Sensei
    Ejaysaya
    ETC DONT KNOW U ALL

    REASON SHARE I BUY THIS AND NOW QUIT THANKS AND GOOD BYE
    LINK DOWNLOAD : https://drive.google.com/file/d/1V8M...ew?usp=sharing
    Sir,Can clients and other resources be shared?

  15. #60
    Enthusiast suprimo is offline
    MemberRank
    Sep 2020 Join Date
    31Posts
    quick question TS, this can load all map version of Ran GS ?



Advertisement