Closed ThingUroboros closed 8 years ago
le16toh and so on are Linux/BSD functions defined in endian.h. Microsoft Visual Studio does not provide them. However DOSBox-X's use of them can be easily mapped into Visual Studio, by adding
and so on
In Linux/BSD these functions are used to convert little Endian to host Endian byte order. I use these in the code to make sure that when I read memory contents it gets stored into a variable host endian style where I can use it even though the guest DOS VM uses little endian byte order. In Windows, everything is little endian, so just add #defines as directed to pass the value through as-is without swapping.
Thanx you. That it is ok but I have another problem :(
Severity Code Description Project File Line Suppression State
Error LNK2001 unresolved external symbol "public: __thiscall CSerialLog::CSerialLog(unsigned int,class CommandLine *)" (??0CSerialLog@@QAE@IPAVCommandLine@@@Z) dosbox-x c:\VISUAL STUDIO\DOSBOX_X\vs2015\serialport.obj 1
Error LNK1120 1 unresolved externals dosbox-x C:\VISUAL STUDIO\DOSBOX_X\bin\Win32\Release\dosbox-x.exe 1
I can finished compiled When i set : --> Force File Output on "Undefined Symbol Only (/FORCE:UNRESOLVED)" in Dosbox property page --> linker --- > General -- > Force File Output
Just in case someone else tries to build in VS and finds this post:
Add these defines to mem.h . It would be nice if this was included in a #ifdef _MSC_VER block...
#define le16toh(x) (x)
#define le32toh(x) (x)
#define le64toh(x) (x)
#define htole16(x) (x)
#define htole32(x) (x)
#define htole64(x) (x)
The reason for the unresolved externals is that seriallog.cpp is missing from the Visual Studio Solution. Simply add the existing file to the solution and you're ready to go.
Here problem
Severity Code Description Project File Line Suppression State Error (active) identifier "htole64" is undefined dosbox-x c:\VISUAL STUDIO\dosbox-x-master\include\mem.h 134 Error (active) identifier "le16toh" is undefined dosbox-x c:\VISUAL STUDIO\dosbox-x-master\include\mem.h 115 Error (active) identifier "le32toh" is undefined dosbox-x c:\VISUAL STUDIO\dosbox-x-master\include\mem.h 118 Error (active) identifier "le64toh" is undefined dosbox-x c:\VISUAL STUDIO\dosbox-x-master\include\mem.h 121 Error (active) identifier "htole16" is undefined dosbox-x c:\VISUAL STUDIO\dosbox-x-master\include\mem.h 128 Error (active) identifier "htole32" is undefined dosbox-x c:\VISUAL STUDIO\dosbox-x-master\include\mem.h 131
---------------------------------------------HERE Error list from visual studio 2015
1>------ Rebuild All started: Project: SDL, Configuration: Release Win32 ------ 2>------ Rebuild All started: Project: zlibstat, Configuration: Release Win32 ------ 3>------ Rebuild All started: Project: SDLmain, Configuration: Release Win32 ------ 2> adler32.c 3> SDL_win32_main.c 2> compress.c 1> SDL_diskaudio.c 2> crc32.c 2> deflate.c 1> SDL_dummyaudio.c 2> gzclose.c 1> SDL_audio.c 2> gzlib.c 1> SDL_audiocvt.c 2> gzread.c 1> SDL_mixer.c 2> gzwrite.c 3> SDLmain.vcxproj -> C:\VISUAL STUDIO\dosbox-x-master\vs2015..\bin\Win32\Release\SDLmain.lib 1> SDL_mixer_MMX_VC.c 2> infback.c 1> SDL_wave.c 2> inffast.c 1> SDL_dibaudio.c 2> inflate.c 2> inftrees.c 2> trees.c 2> uncompr.c 1> SDL_dx5audio.c 2> zutil.c 2> Generating Code... 1>....\src\audio\windx5\SDL_dx5audio.c(69): warning C4996: 'GetVersionExA': was declared deprecated 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA' 1> SDL_cdrom.c 1> SDL_syscdrom.c 1> SDL_cpuinfo.c 1> SDL_active.c 1> SDL_events.c 2> zlibstat.vcxproj -> C:\VISUAL STUDIO\dosbox-x-master\vs2015..\bin\Win32\Release\zlibstat.lib 1> SDL_expose.c 4>------ Rebuild All started: Project: libpng, Configuration: Release Win32 ------ 1> SDL_keyboard.c 4> 1 file(s) copied. 4> pngerror.c 1> SDL_mouse.c 1> SDL_quit.c 1> SDL_resize.c 1> SDL_rwops.c 4> png.c 1>....\src\file\SDL_rwops.c(115): warning C4996: 'GetVersionExA': was declared deprecated 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA' 1> Generating Code... 4> pngget.c 4> pngmem.c 1> Compiling... 1> SDL_joystick.c 4> pngpread.c 4> pngread.c 1> SDL_mmjoystick.c 4> pngrio.c 4> pngrtran.c 4> pngrutil.c 4> pngset.c 1> SDL_sysloadso.c 4> pngtrans.c 1> SDL.c 1> SDL_error.c 4> pngwio.c 4> pngwrite.c 1> SDL_fatal.c 4> pngwtran.c 4> pngwutil.c 1> SDL_getenv.c 4> Generating Code... 1> SDL_iconv.c 1> SDL_malloc.c 1> SDL_qsort.c 1> SDL_stdlib.c 1> SDL_string.c 1> SDL_syscond.c 1> SDL_thread.c 1> SDL_sysmutex.c 1> SDL_syssem.c 4> libpng.vcxproj -> C:\VISUAL STUDIO\dosbox-x-master\vs2015..\bin\Win32\Release\libpng.lib 1> SDL_systhread.c 1> SDL_timer.c 1> SDL_systimer.c 1> SDL_nullevents.c 1> Generating Code... 1> Compiling... 1> SDL_nullmouse.c 1> SDL_nullvideo.c 1> SDL_blit.c 1> SDL_blit_0.c 1> SDL_blit_1.c 1> SDL_blit_A.c 1> SDL_blit_N.c 1> SDL_bmp.c 1> SDL_cursor.c 1> SDL_gamma.c 1> SDL_pixels.c 1> SDL_RLEaccel.c 1> SDL_stretch.c 1> SDL_surface.c 1> SDL_video.c 1> SDL_yuv.c 1> SDL_yuv_sw.c 1> SDL_sysevents.c 1>....\src\video\wincommon\SDL_sysevents.c(826): warning C4996: 'GetVersionExA': was declared deprecated 1> C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA' 1> SDL_sysmouse.c 1> SDL_syswm.c 1> Generating Code... 1> Compiling... 1> SDL_wingl.c 1> SDL_dibevents.c 1> SDL_dibvideo.c 1> SDL_dx5events.c 1> SDL_dx5video.c 1> SDL_dx5yuv.c 1> Generating Code... 1> SDL.vcxproj -> C:\VISUAL STUDIO\dosbox-x-master\vs2015..\bin\Win32\Release\SDL.lib 5>------ Rebuild All started: Project: SDL_net, Configuration: Release Win32 ------ 5> SDLnet.c 5> SDLnetselect.c 5> SDLnetTCP.c 5> SDLnetUDP.c 5> Generating Code... 5>LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 5> SDL_net_VS2008.vcxproj -> C:\VISUAL STUDIO\dosbox-x-master\vs2015..\bin\Win32\Release\SDL_net.lib 6>------ Rebuild All started: Project: dosbox-x, Configuration: Release Win32 ------ 6> 25_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> 28_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> 50_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> append_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> buffers_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> copy_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> cwsdpmi_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> debug_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> device_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos32a_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos4gw_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dosidle_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> edit_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> fcbs_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> find_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> hexmem16_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> hexmem32_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> lastdriv_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> mem_com.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> move_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> Compiling... 6> tree_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> xcopy_exe.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> callback.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> core_dyn_x86.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> core_full.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> core_normal.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> core_normal_286.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> core_normal_8086.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> core_prefetch.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> core_simple.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> cpu.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\cpu\cpu.cpp(3286): warning C4065: switch statement contains 'default' but no 'case' labels 6>..\src\cpu\cpu.cpp(3304): warning C4065: switch statement contains 'default' but no 'case' labels 6> flags.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> mmx.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> modrm.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> paging.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> debug.cpp 6> debug_disasm.cpp 6> debug_gui.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> debug_win32.cpp 6> dosbox.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> Compiling... 6> cdrom.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> cdrom_aspi_win32.cpp 6> cdrom_image.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> cdrom_ioctl_win32.cpp 6> dos.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_classes.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_devices.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_execute.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\dos\dos_execute.cpp(402): warning C4018: '>': signed/unsigned mismatch 6>..\src\dos\dos_execute.cpp(416): warning C4018: '>': signed/unsigned mismatch 6>..\src\dos\dos_execute.cpp(422): warning C4018: '>': signed/unsigned mismatch 6>..\src\dos\dos_execute.cpp(470): warning C4018: '>=': signed/unsigned mismatch 6> dos_files.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_ioctl.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_keyboard_layout.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_memory.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_misc.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_mscdex.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_programs.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dos_tables.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> drives.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> drive_cache.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> drive_fat.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> drive_iso.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> Compiling... 6> drive_local.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\dos\drive_local.cpp(558): warning C4800: 'BOOL': forcing value to bool 'true' or 'false' (performance warning) 6> drive_virtual.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> fpu.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> AReverbModel.cpp 6> avi_rw_iobuf.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(57): warning C4244: '=': conversion from 'const uint16_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(150): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(151): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(152): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(153): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(154): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(155): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(156): warning C4244: '=': conversion from 'const uint64_t' to 'uint8_t', possible loss of data 6> avi_writer.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(57): warning C4244: '=': conversion from 'const uint16_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(150): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(151): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(152): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(153): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(154): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(155): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(156): warning C4244: '=': conversion from 'const uint64_t' to 'uint8_t', possible loss of data 6> BReverbModel.cpp 6> DelayReverb.cpp 6> direct3d.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> File.cpp 6> FileStream.cpp 6>..\src\gui\FileStream.cpp(50): warning C4244: '=': conversion from 'std::streamoff' to 'std::size_t', possible loss of data 6> FreeverbModel.cpp 6> allpass.cpp 6> comb.cpp 6> revmodel.cpp 6> guid.cpp 6> hq2x_d3d.cpp 6> ksdataformat.cpp 6> LA32Ramp.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> LA32WaveGenerator.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> Compiling... 6> LegacyWaveGenerator.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> menu.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> midi.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> Part.cpp 6> Partial.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> PartialManager.cpp 6> Poly.cpp 6> render.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> render_scalers.cpp 6> riff.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(57): warning C4244: '=': conversion from 'const uint16_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(150): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(151): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(152): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(153): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(154): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(155): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(156): warning C4244: '=': conversion from 'const uint64_t' to 'uint8_t', possible loss of data 6>..\src\gui\riff.cpp(49): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data 6> riff_wav_writer.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(57): warning C4244: '=': conversion from 'const uint16_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(150): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(151): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(152): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(153): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(154): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(155): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(156): warning C4244: '=': conversion from 'const uint64_t' to 'uint8t', possible loss of data 6> ROMInfo.cpp 6> sdlmain.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\gui\sdlmain.cpp(851): warning C4244: '=': conversion from 'double' to 'Bitu', possible loss of data 6>..\src\gui\sdlmain.cpp(853): warning C4244: '=': conversion from 'double' to 'Bitu', possible loss of data 6>..\src\gui\sdlmain.cpp(1828): warning C4018: '<': signed/unsigned mismatch 6>..\src\gui\sdlmain.cpp(2892): warning C4838: conversion from 'Bitu' to 'char' requires a narrowing conversion 6>..\src\gui\sdlmain.cpp(2935): warning C4838: conversion from 'Bitu' to 'char' requires a narrowing conversion 6>..\src\gui\sdlmain.cpp(3144): warning C4800: 'void ': forcing value to bool 'true' or 'false' (performance warning) 6>..\src\gui\sdlmain.cpp(3167): warning C4800: 'void ': forcing value to bool 'true' or 'false' (performance warning) 6>..\src\gui\sdlmain.cpp(3170): warning C4800: 'void ': forcing value to bool 'true' or 'false' (performance warning) 6>..\src\gui\sdlmain.cpp(3189): warning C4800: 'void ': forcing value to bool 'true' or 'false' (performance warning) 6>..\src\gui\sdlmain.cpp(3198): warning C4800: 'void ': forcing value to bool 'true' or 'false' (performance warning) 6>..\src\gui\sdlmain.cpp(4869): warning C4297: 'SDL_main': function assumed not to throw an exception but does 6> ..\src\gui\sdlmain.cpp(4869): note: declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function 6>..\src\gui\sdlmain.cpp(4951): warning C4297: 'SDL_main': function assumed not to throw an exception but does 6> ..\src\gui\sdlmain.cpp(4951): note: __declspec(nothrow), throw(), noexcept(true), or noexcept was specified on the function 6> sdl_gui.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> sdl_mapper.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> sha1.cpp 6> Synth.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> Tables.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> TVA.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> TVF.cpp 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(527): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6>c:\visual studio\dosbox-x-master\src\gui\mmath.h(535): warning C4244: 'argument': conversion from 'const fmath::local::uint64_t' to 'double', possible loss of data 6> Compiling... 6> TVP.cpp 6> adlib.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> cmos.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dbopl.cpp 6> disney.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dma.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> dongle.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> floppy.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\floppy.cpp(275): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) 6>..\src\hardware\floppy.cpp(655): warning C4018: '<=': signed/unsigned mismatch 6>..\src\hardware\floppy.cpp(733): warning C4018: '<=': signed/unsigned mismatch 6>..\src\hardware\floppy.cpp(815): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\floppy.cpp(864): warning C4018: '<=': signed/unsigned mismatch 6>..\src\hardware\floppy.cpp(957): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6> gameblaster.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> gus.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\gus.cpp(1040): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\gus.cpp(1041): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\gus.cpp(1792): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\gus.cpp(1808): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6> hardopl.cpp 6> hardware.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(57): warning C4244: '=': conversion from 'const uint16_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(150): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(151): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(152): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(153): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(154): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(155): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>C:\VISUAL STUDIO\dosbox-x-master\include\rawint.h(156): warning C4244: '=': conversion from 'const uint64_t' to 'uint8_t', possible loss of data 6> ide.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\ide.cpp(322): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(349): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(367): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(374): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1354): warning C4305: 'argument': truncation from 'double' to 'float' 6>..\src\hardware\ide.cpp(1360): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1388): warning C4305: 'argument': truncation from 'double' to 'float' 6>..\src\hardware\ide.cpp(1394): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1469): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1475): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1481): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1489): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1503): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1535): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1573): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1590): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1607): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1626): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1640): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1646): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(1956): warning C4244: 'argument': conversion from 'uint64_t' to 'Bit32u', possible loss of data 6>..\src\hardware\ide.cpp(1962): warning C4244: 'argument': conversion from 'uint64_t' to 'Bit32u', possible loss of data 6>..\src\hardware\ide.cpp(2125): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(2287): warning C4244: 'argument': conversion from 'uint64_t' to 'Bitu', possible loss of data 6>..\src\hardware\ide.cpp(2293): warning C4244: 'argument': conversion from 'uint64_t' to 'Bitu', possible loss of data 6>..\src\hardware\ide.cpp(2328): warning C4244: '=': conversion from 'uint64_t' to 'uint8_t', possible loss of data 6>..\src\hardware\ide.cpp(2815): warning C4305: 'argument': truncation from 'double' to 'float' 6>..\src\hardware\ide.cpp(3170): warning C4065: switch statement contains 'default' but no 'case' labels 6>..\src\hardware\ide.cpp(3222): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(3228): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(3320): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(3335): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(3372): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\ide.cpp(3420): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6> innova.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> iohandler.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> ipx.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> ipxserver.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> joystick.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> keyboard.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> memory.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> Compiling... 6> mixer.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\mixer.cpp(310): warning C4244: 'argument': conversion from 'Bit64u' to 'Bitu', possible loss of data 6>..\src\hardware\mixer.cpp(715): warning C4018: '>=': signed/unsigned mismatch 6>..\src\hardware\mixer.cpp(719): warning C4018: '>=': signed/unsigned mismatch 6> mpu401.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> ne2000.cpp 6> opl.cpp 6> directlpt_win32.cpp 6> filelpt.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> parport.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> printer.cpp 6> printer_charmaps.cpp 6> pci_bus.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> pcspeaker.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> pic.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> ps1_sound.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> envelope.cpp 6> extfilt.cpp 6> filter.cpp 6> pot.cpp 6> sid.cpp 6> version.cpp 6> voice.cpp 6> Compiling... 6> wave.cpp 6> wave6581_PST.cpp 6> wave6581PS.cpp 6> wave6581_P_T.cpp 6> wave6581ST.cpp 6> wave8580_PST.cpp 6> wave8580PS.cpp 6> wave8580_P_T.cpp 6> wave8580__ST.cpp 6> sblaster.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\sblaster.cpp(724): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\sblaster.cpp(790): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\sblaster.cpp(793): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\sblaster.cpp(934): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\sblaster.cpp(1285): warning C4244: '=': conversion from 'unsigned long' to 'unsigned char', possible loss of data 6>..\src\hardware\sblaster.cpp(1287): warning C4244: '=': conversion from 'unsigned long' to 'unsigned char', possible loss of data 6>..\src\hardware\sblaster.cpp(1408): warning C4065: switch statement contains 'default' but no 'case' labels 6>..\src\hardware\sblaster.cpp(2027): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\sblaster.cpp(2139): warning C4244: 'argument': conversion from 'Bit64u' to 'Bitu', possible loss of data 6>..\src\hardware\sblaster.cpp(2143): warning C4244: 'argument': conversion from 'Bit64u' to 'Bitu', possible loss of data 6>..\src\hardware\sblaster.cpp(2741): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2748): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2762): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2769): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2783): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2790): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2803): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2810): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2822): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6>..\src\hardware\sblaster.cpp(2836): warning C4244: 'argument': conversion from 'uint16_t' to 'const uint8_t', possible loss of data 6> directserial.cpp 6> libserial.cpp 6> misc_util.cpp 6> nullmodem.cpp 6> serialdummy.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> serialmouse.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> serialport.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> softmodem.cpp 6> tandy_sound.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> timer.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> Compiling... 6> vga.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\vga.cpp(474): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 6> vga_attr.cpp 6> vga_crtc.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> vga_dac.cpp 6> vga_draw.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\vga_draw.cpp(379): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vgadraw.cpp(381): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1182): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1182): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1183): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1183): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1191): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1239): warning C4244: 'initializing': conversion from 'Bitu' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1241): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1243): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1256): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1263): warning C4244: '=': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1280): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1284): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data 6>..\src\hardware\vga_draw.cpp(1760): warning C4244: '=': conversion from 'double' to 'Bitu', possible loss of data 6> vga_gfx.cpp 6> vga_memory.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\hardware\vga_memory.cpp(1409): warning C4018: '<': signed/unsigned mismatch 6> vga_misc.cpp 6> vga_other.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> vga_paradise.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> vga_s3.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> vga_seq.cpp 6> vga_tseng.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> vga_xga.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> voodoo.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> voodoo_emu.cpp 6>..\src\hardware\voodoo_emu.cpp(235): warning C4101: 'color': unreferenced local variable 6> voodoo_interface.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> voodoo_opengl.cpp 6>..\src\hardware\voodoo_opengl.cpp(1325): warning C4244: '=': conversion from 'double' to 'GLfloat', possible loss of data 6>..\src\hardware\voodoo_opengl.cpp(1326): warning C4244: '=': conversion from 'double' to 'GLfloat', possible loss of data 6>..\src\hardware\voodoo_opengl.cpp(1395): warning C4244: '=': conversion from 'double' to 'GLfloat', possible loss of data 6>..\src\hardware\voodoo_opengl.cpp(1396): warning C4244: '=': conversion from 'double' to 'GLfloat', possible loss of data 6> voodoo_vogl.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> bios.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\ints\bios.cpp(3473): warning C4244: 'argument': conversion from 'Bit16u' to 'Bit8u', possible loss of data 6>..\src\ints\bios.cpp(3477): warning C4244: 'argument': conversion from 'Bit16u' to 'Bit8u', possible loss of data 6> Compiling... 6> bios_disk.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> bios_keyboard.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> ems.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_char.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_memory.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_misc.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_modes.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_pal.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_put_pixel.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_vesa.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_video_state.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> int10_vptable.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> mouse.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> xms.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> gui_tk.cpp 6> porttalk.cpp 6> cross.cpp 6> messages.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> programs.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> Compiling... 6> qcow2_disk.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\ints\qcow2_disk.cpp(151): warning C4244: 'initializing': conversion from 'Bit64u' to 'unsigned int', possible loss of data 6>..\src\ints\qcow2_disk.cpp(174): warning C4244: 'initializing': conversion from 'Bit64u' to 'unsigned int', possible loss of data 6>..\src\ints\qcow2_disk.cpp(264): warning C4244: 'initializing': conversion from 'const Bit64u' to 'unsigned int', possible loss of data 6>..\src\ints\qcow2_disk.cpp(278): warning C4244: 'argument': conversion from 'Bit64u' to 'std::size_t', possible loss of data 6>..\src\ints\qcow2_disk.cpp(393): warning C4244: 'argument': conversion from 'Bit64u' to 'std::size_t', possible loss of data 6> regionalloctracking.cpp 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>C:\VISUAL STUDIO\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> setup.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\misc\setup.cpp(1258): warning C4267: '+=': conversion from 'size_t' to 'Bit16u', possible loss of data 6> support.cpp 6> shell.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> shell_batch.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6> shell_cmds.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found 6>..\src\shell\shell_cmds.cpp(1819): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1822): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1825): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1828): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1831): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1834): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1837): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1840): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1843): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1846): warning C4309: '=': truncation of constant value 6>..\src\shell\shell_cmds.cpp(1913): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1917): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1921): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1924): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1927): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1930): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1934): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1938): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1943): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1946): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1949): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6>..\src\shell\shell_cmds.cpp(1952): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data 6> shell_misc.cpp 6>c:\visual studio\dosbox-x-master\include\mem.h(115): error C3861: 'le16toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(118): error C3861: 'le32toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(121): error C3861: 'le64toh': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(128): error C3861: 'htole16': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(131): error C3861: 'htole32': identifier not found 6>c:\visual studio\dosbox-x-master\include\mem.h(134): error C3861: 'htole64': identifier not found ========== Rebuild All: 5 succeeded, 1 failed, 0 skipped ==========