Jump to content

Ouka

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Ouka

  1. I had to fix some of the errors. Particularly there's a part towards the end of line 85 in Mall.txt where the ':' are typoed as ',' leading to an error with the map server. It'll stop the rest of the script from working so you'll have an incomplete mall.

     

    Also... My game is up to date, patched only yesterday, but for some reason I can't see the icons/textures of a lot of the items, particularly hats. I see their names and their descriptions. They aren't "Unknown Item." But I can't see their icons, and of course the client will crash if I try to equip or drop them. Upon inspection, these items don't even exist in my item database files. Any ideas on how I'm supposed to get them? I have a feeling these are either custom items or items meant for different (older?) versions of the game. Items like the 7th bRO Anniversary Bandanna.

  2. Thanks, it worked!

     

    ========== Build: 4 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

    They really should update that wiki. I was feeling pretty stupid since nobody really seemed to have the same issue according to Google, so I thought I did something wrong on my end.

  3. I have Visual Studio Community (2015). The links to try to download 2010 lead to that instead so I'm not sure where to even get 2010 anymore. I was thinking this might be the issue as well but I figured it didn't matter because the newer version would probably be able to support files made for/with the older version, or so I assumed.

     

    Also I can't even run the server because I have no executables lol, So that isn't the problem for sure.

  4. Hi. I followed the steps on the wiki and had no trouble downloading and installing stuff. But when I attempt to compile in Visual Studio, it always fails. You can see the output here:

    1>------ Build started: Project: char-server, Configuration: Release Win32 ------
    2>------ Build started: Project: login-server, Configuration: Release Win32 ------
    3>------ Build started: Project: map-server, Configuration: Release Win32 ------
    4>------ Build started: Project: mapcache, Configuration: Release Win32 ------
    2>grammar.obj : error LNK2001: unresolved external symbol _free
    4>core.obj : error LNK2001: unresolved external symbol _ftell
    2>grammar.obj : error LNK2001: unresolved external symbol _malloc
    2>libconfig.obj : error LNK2001: unresolved external symbol _setlocale
    2>libconfig.obj : error LNK2001: unresolved external symbol _fputc
    2>libconfig.obj : error LNK2001: unresolved external symbol _calloc
    2>libconfig.obj : error LNK2001: unresolved external symbol _memmove
    2>libconfig.obj : error LNK2001: unresolved external symbol _fopen
    2>libconfig.obj : error LNK2001: unresolved external symbol _strdup
    2>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol _strdup
    2>libconfig.obj : error LNK2001: unresolved external symbol _fclose
    2>libconfig.obj : error LNK2001: unresolved external symbol _realloc
    2>libconfig.obj : error LNK2001: unresolved external symbol _isalpha
    2>libconfig.obj : error LNK2001: unresolved external symbol __configthreadlocale
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configthreadlocale
    4>core.obj : error LNK2001: unresolved external symbol _fopen
    2>libconfig.obj : error LNK2001: unresolved external symbol ___stdio_common_vfprintf
    2>libconfig.obj : error LNK2001: unresolved external symbol ___stdio_common_vsprintf
    2>libconfig.obj : error LNK2001: unresolved external symbol _fputs
    2>libconfig.obj : error LNK2001: unresolved external symbol _atoi
    2>libconfig.obj : error LNK2001: unresolved external symbol _strchr
    2>libconfig.obj : error LNK2001: unresolved external symbol _isdigit
    2>scanner.obj : error LNK2001: unresolved external symbol _exit
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol _exit
    2>scanner.obj : error LNK2001: unresolved external symbol _isatty
    2>oldnames.lib(isatty.obj) : error LNK2001: unresolved external symbol _isatty
    2>scanner.obj : error LNK2001: unresolved external symbol _fileno
    2>oldnames.lib(fileno.obj) : error LNK2001: unresolved external symbol _fileno
    2>scanner.obj : error LNK2001: unresolved external symbol _ferror
    2>scanner.obj : error LNK2001: unresolved external symbol ___acrt_iob_func
    4>core.obj : error LNK2001: unresolved external symbol ___acrt_iob_func
    4>core.obj : error LNK2001: unresolved external symbol _fclose
    4>core.obj : error LNK2001: unresolved external symbol _fseek
    4>core.obj : error LNK2001: unresolved external symbol ___stdio_common_vfprintf
    4>core.obj : error LNK2001: unresolved external symbol _fgets
    4>core.obj : error LNK2001: unresolved external symbol ___stdio_common_vsprintf
    4>core.obj : error LNK2001: unresolved external symbol _free
    4>core.obj : error LNK2001: unresolved external symbol _atoi
    4>core.obj : error LNK2001: unresolved external symbol _strstr
    4>core.obj : error LNK2001: unresolved external symbol _isdigit
    4>core.obj : error LNK2001: unresolved external symbol _fread
    4>core.obj : error LNK2001: unresolved external symbol ___stdio_common_vsscanf
    2>scanner.obj : error LNK2001: unresolved external symbol _clearerr
    4>core.obj : error LNK2001: unresolved external symbol _strrchr
    2>scanner.obj : error LNK2001: unresolved external symbol _strtoul
    4>core.obj : error LNK2001: unresolved external symbol _chdir
    2>scanner.obj : error LNK2001: unresolved external symbol _getc
    4>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol _chdir
    2>scanner.obj : error LNK2001: unresolved external symbol _fwrite
    4>core.obj : error LNK2001: unresolved external symbol _malloc
    2>scanner.obj : error LNK2001: unresolved external symbol __errno
    4>grfio.obj : error LNK2001: unresolved external symbol _exit
    2>scanner.obj : error LNK2001: unresolved external symbol _strtol
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol _exit
    2>scanner.obj : error LNK2001: unresolved external symbol __atoi64
    4>grfio.obj : error LNK2001: unresolved external symbol _strcmpi
    2>scanner.obj : error LNK2001: unresolved external symbol __strtoui64
    2>scanner.obj : error LNK2001: unresolved external symbol _atof
    2>scanner.obj : error LNK2001: unresolved external symbol _fread
    2>mempool.obj : error LNK2001: unresolved external symbol _rand
    2>raconf.obj : error LNK2001: unresolved external symbol _stricmp
    2>oldnames.lib(stricmp.obj) : error LNK2001: unresolved external symbol _stricmp
    2>raconf.obj : error LNK2001: unresolved external symbol _strtod
    4>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol _strcmpi
    4>grfio.obj : error LNK2001: unresolved external symbol _tolower
    4>grfio.obj : error LNK2001: unresolved external symbol _strchr
    4>malloc.obj : error LNK2001: unresolved external symbol _calloc
    4>malloc.obj : error LNK2001: unresolved external symbol _strdup
    4>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol _strdup
    4>malloc.obj : error LNK2001: unresolved external symbol _realloc
    4>showmsg.obj : error LNK2001: unresolved external symbol _memmove
    4>showmsg.obj : error LNK2001: unresolved external symbol _strftime
    4>showmsg.obj : error LNK2001: unresolved external symbol __time64
    4>showmsg.obj : error LNK2001: unresolved external symbol __localtime64
    4>strlib.obj : error LNK2001: unresolved external symbol _toupper
    2>raconf.obj : error LNK2001: unresolved external symbol _strnicmp
    4>strlib.obj : error LNK2001: unresolved external symbol _isxdigit
    2>oldnames.lib(strnicmp.obj) : error LNK2001: unresolved external symbol _strnicmp
    4>strlib.obj : error LNK2001: unresolved external symbol _strtol
    2>raconf.obj : error LNK2001: unresolved external symbol _strncpy
    4>strlib.obj : error LNK2001: unresolved external symbol _iscntrl
    2>raconf.obj : error LNK2001: unresolved external symbol _fgets
    4>strlib.obj : error LNK2001: unresolved external symbol _isspace
    2>core.obj : error LNK2001: unresolved external symbol _ftell
    4>strlib.obj : error LNK2001: unresolved external symbol _strnlen
    2>core.obj : error LNK2001: unresolved external symbol _fseek
    4>utils.obj : error LNK2001: unresolved external symbol _access
    2>core.obj : error LNK2001: unresolved external symbol _raise
    4>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol _access
    2>core.obj : error LNK2001: unresolved external symbol _strstr
    4>mapcache.obj : error LNK2001: unresolved external symbol _strncpy
    2>core.obj : error LNK2001: unresolved external symbol ___stdio_common_vsscanf
    4>mapcache.obj : error LNK2001: unresolved external symbol _fwrite
    2>core.obj : error LNK2001: unresolved external symbol _signal
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __seh_filter_exe
    2>core.obj : error LNK2001: unresolved external symbol _strrchr
    2>core.obj : error LNK2001: unresolved external symbol _chdir
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_app_type
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___setusermatherr
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    2>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol _chdir
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __get_initial_narrow_environment
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm
    2>db.obj : error LNK2001: unresolved external symbol _tolower
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm_e
    2>db.obj : error LNK2001: unresolved external symbol _strncmp
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __exit
    2>db.obj : error LNK2001: unresolved external symbol _strnlen
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_fmode
    2>malloc.obj : error LNK2001: unresolved external symbol __time64
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argc
    2>malloc.obj : error LNK2001: unresolved external symbol __localtime64
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argv
    2>showmsg.obj : error LNK2001: unresolved external symbol _strftime
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __cexit
    2>socket.obj : error LNK2001: unresolved external symbol _strcmpi
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __cexit
    2>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol _strcmpi
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __c_exit
    2>strlib.obj : error LNK2001: unresolved external symbol _toupper
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __register_thread_local_exe_atexit_callback
    2>strlib.obj : error LNK2001: unresolved external symbol _isxdigit
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_invoke_trigger
    2>strlib.obj : error LNK2001: unresolved external symbol _iscntrl
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_return_trigger
    2>strlib.obj : error LNK2001: unresolved external symbol _isspace
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configthreadlocale
    2>timer.obj : error LNK2001: unresolved external symbol __difftime64
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_new_mode
    2>timer.obj : error LNK2001: unresolved external symbol __mktime64
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p__commode
    2>utils.obj : error LNK2001: unresolved external symbol _access
    4>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __except_handler4
    2>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol _access
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __except_handler4
    2>cli.obj : error LNK2001: unresolved external symbol __kbhit
    4>libcmt.lib(_sehprolg4_.obj) : error LNK2001: unresolved external symbol __except_handler4
    2>account.obj : error LNK2001: unresolved external symbol _atol
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __seh_filter_dll
    2>login.obj : error LNK2001: unresolved external symbol _strtok
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_onexit_table
    2>login.obj : error LNK2001: unresolved external symbol _memchr
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __register_onexit_function
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __seh_filter_exe
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __execute_onexit_table
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_app_type
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_atexit
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___setusermatherr
    4>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_at_quick_exit
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    4>libcmt.lib(tncleanup.obj) : error LNK2001: unresolved external symbol ___std_type_info_destroy_list
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    4>libcmt.lib(default_precision.obj) : error LNK2001: unresolved external symbol __controlfp_s
    4>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _terminate
    4>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _memset
    4>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol __chdir
    4>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol __stricmp
    4>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol __strdup
    4>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol __access
    4>..\mapcache.exe : fatal error LNK1120: 72 unresolved externals
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    1>grammar.obj : error LNK2001: unresolved external symbol _free
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __get_initial_narrow_environment
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm_e
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __exit
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_fmode
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argc
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argv
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __cexit
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __cexit
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __c_exit
    1>grammar.obj : error LNK2001: unresolved external symbol _malloc
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __register_thread_local_exe_atexit_callback
    1>libconfig.obj : error LNK2001: unresolved external symbol _setlocale
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_invoke_trigger
    1>libconfig.obj : error LNK2001: unresolved external symbol _fputc
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_return_trigger
    1>libconfig.obj : error LNK2001: unresolved external symbol _calloc
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_new_mode
    1>libconfig.obj : error LNK2001: unresolved external symbol _memmove
    1>libconfig.obj : error LNK2001: unresolved external symbol _fopen
    1>libconfig.obj : error LNK2001: unresolved external symbol _strdup
    1>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol _strdup
    1>libconfig.obj : error LNK2001: unresolved external symbol _fclose
    1>libconfig.obj : error LNK2001: unresolved external symbol _realloc
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p__commode
    1>libconfig.obj : error LNK2001: unresolved external symbol _isalpha
    2>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __except_handler4
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __except_handler4
    3>grammar.obj : error LNK2001: unresolved external symbol _free
    2>libcmt.lib(_sehprolg4_.obj) : error LNK2001: unresolved external symbol __except_handler4
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __seh_filter_dll
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_onexit_table
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __register_onexit_function
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __execute_onexit_table
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_atexit
    2>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_at_quick_exit
    2>libcmt.lib(tncleanup.obj) : error LNK2001: unresolved external symbol ___std_type_info_destroy_list
    2>libcmt.lib(default_precision.obj) : error LNK2001: unresolved external symbol __controlfp_s
    2>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _terminate
    2>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _memset
    2>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol __strdup
    2>oldnames.lib(isatty.obj) : error LNK2001: unresolved external symbol __isatty
    2>oldnames.lib(fileno.obj) : error LNK2001: unresolved external symbol __fileno
    2>oldnames.lib(stricmp.obj) : error LNK2001: unresolved external symbol __stricmp
    2>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol __stricmp
    2>oldnames.lib(strnicmp.obj) : error LNK2001: unresolved external symbol __strnicmp
    2>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol __chdir
    2>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol __access
    2>..\login-server.exe : fatal error LNK1120: 102 unresolved externals
    1>libconfig.obj : error LNK2001: unresolved external symbol __configthreadlocale
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configthreadlocale
    1>libconfig.obj : error LNK2001: unresolved external symbol ___stdio_common_vfprintf
    1>libconfig.obj : error LNK2001: unresolved external symbol ___stdio_common_vsprintf
    1>libconfig.obj : error LNK2001: unresolved external symbol _fputs
    1>libconfig.obj : error LNK2001: unresolved external symbol _atoi
    1>libconfig.obj : error LNK2001: unresolved external symbol _strchr
    1>libconfig.obj : error LNK2001: unresolved external symbol _isdigit
    1>scanner.obj : error LNK2001: unresolved external symbol _exit
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol _exit
    1>scanner.obj : error LNK2001: unresolved external symbol _isatty
    1>oldnames.lib(isatty.obj) : error LNK2001: unresolved external symbol _isatty
    1>scanner.obj : error LNK2001: unresolved external symbol _fileno
    1>oldnames.lib(fileno.obj) : error LNK2001: unresolved external symbol _fileno
    1>scanner.obj : error LNK2001: unresolved external symbol _ferror
    1>scanner.obj : error LNK2001: unresolved external symbol ___acrt_iob_func
    1>scanner.obj : error LNK2001: unresolved external symbol _clearerr
    1>scanner.obj : error LNK2001: unresolved external symbol _strtoul
    1>scanner.obj : error LNK2001: unresolved external symbol _getc
    1>scanner.obj : error LNK2001: unresolved external symbol _fwrite
    1>scanner.obj : error LNK2001: unresolved external symbol __errno
    1>scanner.obj : error LNK2001: unresolved external symbol _strtol
    1>scanner.obj : error LNK2001: unresolved external symbol __atoi64
    1>scanner.obj : error LNK2001: unresolved external symbol __strtoui64
    1>scanner.obj : error LNK2001: unresolved external symbol _atof
    1>scanner.obj : error LNK2001: unresolved external symbol _fread
    1>core.obj : error LNK2001: unresolved external symbol _ftell
    1>core.obj : error LNK2001: unresolved external symbol _fseek
    1>core.obj : error LNK2001: unresolved external symbol _fgets
    1>core.obj : error LNK2001: unresolved external symbol _raise
    1>core.obj : error LNK2001: unresolved external symbol _strstr
    1>core.obj : error LNK2001: unresolved external symbol ___stdio_common_vsscanf
    1>core.obj : error LNK2001: unresolved external symbol _signal
    1>core.obj : error LNK2001: unresolved external symbol _strrchr
    1>core.obj : error LNK2001: unresolved external symbol _chdir
    1>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol _chdir
    1>db.obj : error LNK2001: unresolved external symbol _strnicmp
    1>oldnames.lib(strnicmp.obj) : error LNK2001: unresolved external symbol _strnicmp
    3>grammar.obj : error LNK2001: unresolved external symbol _malloc
    1>db.obj : error LNK2001: unresolved external symbol _tolower
    3>libconfig.obj : error LNK2001: unresolved external symbol _setlocale
    1>db.obj : error LNK2001: unresolved external symbol _strncmp
    3>libconfig.obj : error LNK2001: unresolved external symbol _fputc
    1>db.obj : error LNK2001: unresolved external symbol _strnlen
    3>libconfig.obj : error LNK2001: unresolved external symbol _calloc
    1>malloc.obj : error LNK2001: unresolved external symbol __time64
    3>libconfig.obj : error LNK2001: unresolved external symbol _memmove
    1>malloc.obj : error LNK2001: unresolved external symbol __localtime64
    3>libconfig.obj : error LNK2001: unresolved external symbol _fopen
    1>mapindex.obj : error LNK2001: unresolved external symbol _stricmp
    3>libconfig.obj : error LNK2001: unresolved external symbol _strdup
    1>oldnames.lib(stricmp.obj) : error LNK2001: unresolved external symbol _stricmp
    3>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol _strdup
    1>mempool.obj : error LNK2001: unresolved external symbol _rand
    3>libconfig.obj : error LNK2001: unresolved external symbol _fclose
    1>raconf.obj : error LNK2001: unresolved external symbol _strtod
    3>libconfig.obj : error LNK2001: unresolved external symbol _realloc
    1>raconf.obj : error LNK2001: unresolved external symbol _strncpy
    3>libconfig.obj : error LNK2001: unresolved external symbol _isalpha
    1>showmsg.obj : error LNK2001: unresolved external symbol _strftime
    3>libconfig.obj : error LNK2001: unresolved external symbol __configthreadlocale
    1>socket.obj : error LNK2001: unresolved external symbol _strcmpi
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configthreadlocale
    1>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol _strcmpi
    3>libconfig.obj : error LNK2001: unresolved external symbol ___stdio_common_vfprintf
    1>strlib.obj : error LNK2001: unresolved external symbol _toupper
    3>libconfig.obj : error LNK2001: unresolved external symbol ___stdio_common_vsprintf
    1>strlib.obj : error LNK2001: unresolved external symbol _isxdigit
    3>libconfig.obj : error LNK2001: unresolved external symbol _fputs
    1>strlib.obj : error LNK2001: unresolved external symbol _iscntrl
    3>libconfig.obj : error LNK2001: unresolved external symbol _atoi
    1>strlib.obj : error LNK2001: unresolved external symbol _isspace
    3>libconfig.obj : error LNK2001: unresolved external symbol _strchr
    1>timer.obj : error LNK2001: unresolved external symbol __difftime64
    3>libconfig.obj : error LNK2001: unresolved external symbol _isdigit
    1>timer.obj : error LNK2001: unresolved external symbol __mktime64
    3>scanner.obj : error LNK2001: unresolved external symbol _exit
    1>utils.obj : error LNK2001: unresolved external symbol _access
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol _exit
    1>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol _access
    3>scanner.obj : error LNK2001: unresolved external symbol _isatty
    1>cli.obj : error LNK2001: unresolved external symbol __kbhit
    3>oldnames.lib(isatty.obj) : error LNK2001: unresolved external symbol _isatty
    1>char.obj : error LNK2001: unresolved external symbol _strtok
    3>scanner.obj : error LNK2001: unresolved external symbol _fileno
    1>char_mapif.obj : error LNK2001: unresolved external symbol _atol
    3>oldnames.lib(fileno.obj) : error LNK2001: unresolved external symbol _fileno
    1>inter.obj : error LNK2001: unresolved external symbol __fstat64i32
    3>scanner.obj : error LNK2001: unresolved external symbol _ferror
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __seh_filter_exe
    3>scanner.obj : error LNK2001: unresolved external symbol ___acrt_iob_func
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_app_type
    3>scanner.obj : error LNK2001: unresolved external symbol _clearerr
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___setusermatherr
    3>scanner.obj : error LNK2001: unresolved external symbol _strtoul
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    3>scanner.obj : error LNK2001: unresolved external symbol _getc
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    3>scanner.obj : error LNK2001: unresolved external symbol _fwrite
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    3>scanner.obj : error LNK2001: unresolved external symbol __errno
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    3>scanner.obj : error LNK2001: unresolved external symbol _strtol
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __get_initial_narrow_environment
    3>scanner.obj : error LNK2001: unresolved external symbol __atoi64
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm
    3>scanner.obj : error LNK2001: unresolved external symbol __strtoui64
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm_e
    3>scanner.obj : error LNK2001: unresolved external symbol _atof
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __exit
    3>scanner.obj : error LNK2001: unresolved external symbol _fread
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_fmode
    3>core.obj : error LNK2001: unresolved external symbol _ftell
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argc
    3>core.obj : error LNK2001: unresolved external symbol _fseek
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argv
    3>core.obj : error LNK2001: unresolved external symbol _fgets
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __cexit
    3>core.obj : error LNK2001: unresolved external symbol _raise
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __cexit
    3>core.obj : error LNK2001: unresolved external symbol _strstr
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __c_exit
    3>core.obj : error LNK2001: unresolved external symbol ___stdio_common_vsscanf
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __register_thread_local_exe_atexit_callback
    3>core.obj : error LNK2001: unresolved external symbol _signal
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_invoke_trigger
    3>core.obj : error LNK2001: unresolved external symbol _strrchr
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_return_trigger
    3>core.obj : error LNK2001: unresolved external symbol _chdir
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_new_mode
    3>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol _chdir
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p__commode
    3>db.obj : error LNK2001: unresolved external symbol _strnicmp
    1>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __except_handler4
    3>oldnames.lib(strnicmp.obj) : error LNK2001: unresolved external symbol _strnicmp
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __except_handler4
    3>db.obj : error LNK2001: unresolved external symbol _tolower
    1>libcmt.lib(_sehprolg4_.obj) : error LNK2001: unresolved external symbol __except_handler4
    3>db.obj : error LNK2001: unresolved external symbol _strncmp
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __seh_filter_dll
    3>db.obj : error LNK2001: unresolved external symbol _strnlen
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_onexit_table
    3>grfio.obj : error LNK2001: unresolved external symbol _strcmpi
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __register_onexit_function
    3>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol _strcmpi
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __execute_onexit_table
    3>malloc.obj : error LNK2001: unresolved external symbol __time64
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_atexit
    3>malloc.obj : error LNK2001: unresolved external symbol __localtime64
    1>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_at_quick_exit
    3>mapindex.obj : error LNK2001: unresolved external symbol _stricmp
    1>libcmt.lib(tncleanup.obj) : error LNK2001: unresolved external symbol ___std_type_info_destroy_list
    3>oldnames.lib(stricmp.obj) : error LNK2001: unresolved external symbol _stricmp
    1>libcmt.lib(default_precision.obj) : error LNK2001: unresolved external symbol __controlfp_s
    3>md5calc.obj : error LNK2001: unresolved external symbol _strncpy
    1>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _terminate
    3>mempool.obj : error LNK2001: unresolved external symbol _rand
    1>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _memset
    3>raconf.obj : error LNK2001: unresolved external symbol _strtod
    1>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol __strdup
    3>showmsg.obj : error LNK2001: unresolved external symbol _strftime
    1>oldnames.lib(isatty.obj) : error LNK2001: unresolved external symbol __isatty
    3>strlib.obj : error LNK2001: unresolved external symbol _toupper
    1>oldnames.lib(fileno.obj) : error LNK2001: unresolved external symbol __fileno
    3>strlib.obj : error LNK2001: unresolved external symbol _isxdigit
    1>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol __chdir
    3>strlib.obj : error LNK2001: unresolved external symbol _iscntrl
    1>oldnames.lib(strnicmp.obj) : error LNK2001: unresolved external symbol __strnicmp
    3>strlib.obj : error LNK2001: unresolved external symbol _isspace
    1>oldnames.lib(stricmp.obj) : error LNK2001: unresolved external symbol __stricmp
    3>timer.obj : error LNK2001: unresolved external symbol __difftime64
    1>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol __stricmp
    3>timer.obj : error LNK2001: unresolved external symbol __mktime64
    1>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol __access
    3>utils.obj : error LNK2001: unresolved external symbol _access
    1>..\char-server.exe : fatal error LNK1120: 102 unresolved externals
    3>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol _access
    3>cli.obj : error LNK2001: unresolved external symbol __kbhit
    3>atcommand.obj : error LNK2001: unresolved external symbol _strtok
    3>atcommand.obj : error LNK2001: unresolved external symbol _isprint
    3>npc.obj : error LNK2001: unresolved external symbol _isalnum
    3>npc.obj : error LNK2001: unresolved external symbol _strerror
    3>script.obj : error LNK2001: unresolved external symbol __strtoi64
    3>script.obj : error LNK2001: unresolved external symbol _longjmp
    3>script.obj : error LNK2001: unresolved external symbol _isupper
    3>script.obj : error LNK2001: unresolved external symbol _qsort
    3>script.obj : error LNK2001: unresolved external symbol _strncat
    3>script.obj : error LNK2001: unresolved external symbol _islower
    3>status.obj : error LNK2001: unresolved external symbol _atol
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __seh_filter_exe
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_app_type
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___setusermatherr
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __configure_narrow_argv
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_narrow_environment
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __get_initial_narrow_environment
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __initterm_e
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __exit
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_fmode
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argc
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p___argv
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __cexit
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __cexit
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __c_exit
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __register_thread_local_exe_atexit_callback
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_invoke_trigger
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___telemetry_main_return_trigger
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __set_new_mode
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol ___p__commode
    3>libcmt.lib(exe_main.obj) : error LNK2001: unresolved external symbol __except_handler4
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __except_handler4
    3>libcmt.lib(_sehprolg4_.obj) : error LNK2001: unresolved external symbol __except_handler4
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __seh_filter_dll
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __initialize_onexit_table
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __register_onexit_function
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __execute_onexit_table
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_atexit
    3>libcmt.lib(utility.obj) : error LNK2001: unresolved external symbol __crt_at_quick_exit
    3>libcmt.lib(tncleanup.obj) : error LNK2001: unresolved external symbol ___std_type_info_destroy_list
    3>libcmt.lib(default_precision.obj) : error LNK2001: unresolved external symbol __controlfp_s
    3>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _terminate
    3>libcmt.lib(utility_desktop.obj) : error LNK2001: unresolved external symbol _memset
    3>oldnames.lib(strdup.obj) : error LNK2001: unresolved external symbol __strdup
    3>oldnames.lib(isatty.obj) : error LNK2001: unresolved external symbol __isatty
    3>oldnames.lib(fileno.obj) : error LNK2001: unresolved external symbol __fileno
    3>oldnames.lib(chdir.obj) : error LNK2001: unresolved external symbol __chdir
    3>oldnames.lib(strnicmp.obj) : error LNK2001: unresolved external symbol __strnicmp
    3>oldnames.lib(strcmpi.obj) : error LNK2001: unresolved external symbol __stricmp
    3>oldnames.lib(stricmp.obj) : error LNK2001: unresolved external symbol __stricmp
    3>oldnames.lib(access.obj) : error LNK2001: unresolved external symbol __access
    3>..\map-server.exe : fatal error LNK1120: 110 unresolved externals
    ========== Build: 0 succeeded, 4 failed, 0 up-to-date, 0 skipped ==========
    



    What could be the issue? There's so many errors and warnings that I don't know what I'm looking at.

×
×
  • Create New...