Jump to content
  • 0

Can't Seem to Compile Properly


Ouka

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/27/16
  • Last Seen:  

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.

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Developer
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   431
  • Joined:  01/26/16
  • Last Seen:  

Visual Studio 2015 is supported by rAthena.

Make sure you use rAthena-14.sln as the solution file for the project.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

have try clean and rebuild solution?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/27/16
  • Last Seen:  

Yup I have. Same result. :(

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

are you using visual studio 2010?...if yes make sure to open rAthena-10.sln and dont compile while running the server...if it still fail, maybe can try chekout back new fresh rathena...

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/27/16
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  57
  • Reputation:   5
  • Joined:  11/19/13
  • Last Seen:  

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.

im not sure about using higher version of visual studio...but you can check this thread as reference....here >>> https://rathena.org/board/topic/102403-visual-studio-2015/

and also, without executables client, you still can run the server lol...run server mean you have open all 3 server file (map/char/log)

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  5
  • Reputation:   0
  • Joined:  05/27/16
  • Last Seen:  

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...