Jump to content

pyros

Inactive Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by pyros

  1. I have this problem.

     

    16>libcmt.lib(invarg.obj) : error LNK2005: "void __cdecl _invalid_parameter(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invalid_parameter@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: "void __cdecl _invoke_watson(unsigned short const *,unsigned short const *,unsigned short const *,unsigned int,unsigned int)" (?_invoke_watson@@YAXPBG00II@Z) already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: __call_reportfault already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: __get_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: __initp_misc_invarg already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: __invalid_parameter already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: __invoke_watson already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: __set_invalid_parameter_handler already defined in LIBCMTD.lib(invarg.obj)
    16>libcmt.lib(invarg.obj) : error LNK2005: ___pInvalidArgHandler already defined in LIBCMTD.lib(invarg.obj)
    16>libcpmtd.lib(xdebug.obj) : warning LNK4098: defaultlib 'libcmt.lib' conflicts with use of other libs; use /NODEFAULTLIB:library
    16>PythonApplication.obj : error LNK2019: unresolved external symbol "public: __thiscall CBandiVideoPlayer::CBandiVideoPlayer(void)" (??0CBandiVideoPlayer@@QAE@XZ) referenced in function "public: __thiscall CPythonApplication::CPythonApplication(void)" (??0CPythonApplication@@QAE@XZ)
    16>PythonApplication.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CBandiVideoPlayer::~CBandiVideoPlayer(void)" (??1CBandiVideoPlayer@@UAE@XZ) referenced in function "public: virtual __thiscall CPythonApplication::~CPythonApplication(void)" (??1CPythonApplication@@UAE@XZ)
    16>PythonApplicationModule.obj : error LNK2019: unresolved external symbol "public: void __thiscall CBandiVideoPlayer::VideoPlay(char const *)" (?VideoPlay@CBandiVideoPlayer@@QAEXPBD@Z) referenced in function "struct _object * __cdecl appLogoOpen(struct _object *,struct _object *)" (?appLogoOpen@@YAPAU_object@@PAU1@0@Z)
    16>UserInterface.obj : error LNK2019: unresolved external symbol __imp__GrannySetLogCallback@4 referenced in function "int __cdecl Setup(char *)" (?Setup@@YAHPAD@Z)
    16>UserInterface.obj : error LNK2019: unresolved external symbol "public: void __thiscall AntiCheatSystem::init(void)" (?init@AntiCheatSystem@@QAEXXZ) referenced in function _WinMain@16
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_std_error referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_CreateCompress referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_CreateDecompress referenced in function "int __cdecl jpeg_load(char const *,unsigned char * *,int *,int *)" (?jpeg_load@@YAHPBDPAPAEPAH2@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_destroy_compress referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_destroy_decompress referenced in function "int __cdecl jpeg_load(char const *,unsigned char * *,int *,int *)" (?jpeg_load@@YAHPBDPAPAEPAH2@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_stdio_src referenced in function "int __cdecl jpeg_load(char const *,unsigned char * *,int *,int *)" (?jpeg_load@@YAHPBDPAPAEPAH2@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_set_defaults referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_set_quality referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_start_compress referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_write_scanlines referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_finish_compress referenced in function "int __cdecl jpeg_save(unsigned char *,int,int,int,char const *)" (?jpeg_save@@YAHPAEHHHPBD@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_read_header referenced in function "int __cdecl jpeg_load(char const *,unsigned char * *,int *,int *)" (?jpeg_load@@YAHPBDPAPAEPAH2@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_start_decompress referenced in function "int __cdecl jpeg_load(char const *,unsigned char * *,int *,int *)" (?jpeg_load@@YAHPBDPAPAEPAH2@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_read_scanlines referenced in function "int __cdecl jpeg_load(char const *,unsigned char * *,int *,int *)" (?jpeg_load@@YAHPBDPAPAEPAH2@Z)
    16>eterlib.lib(JpegFile.obj) : error LNK2019: unresolved external symbol _jpeg_finish_decompress referenced in function "int __cdecl jpeg_load(char const *,unsigned char * *,int *,int *)" (?jpeg_load@@YAHPBDPAPAEPAH2@Z)
    16>../bin/metin2client.exe : fatal error LNK1120: 20 unresolved externals
    ========== Rebuild All: 15 succeeded, 1 failed, 0 skipped ==========
     
     
    Thanks
  2. Hello, when I start the core give this error

     

    Character set 'euckr' is not a compiled character set and is not specified in the '/usr/local/share/mysql/charsets/Index.xml' file

    mysql_real_connect: Can't initialize character set euckr (path: /usr/local/share/mysql/charsets/)

       failed, retrying in 5 seconds

     

    I have reinstall the client of mysql (mysql51-client,  make WITH_XCHARSET=all install clean), but this don't solve the problem.

     

    Help me pleaseeee.

     

    Thanks.

     

  3. Hi, I need help with a problem, when I compile the source, give this error.

     

    Mainline_release.

    linking ../game_r3_32....
    /usr/local/bin/ld: cannot find -lmysqlclient
    /usr/local/bin/ld: cannot find -lanticpxsvr
    collect2: error: ld returned 1 exit status
    gmake: *** [../game_r3_32] Error 1

    I have install devil, boots-all, googletest, mysql-client, gcc48.

     

    Help me please.

     

    Thanks

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.