How to Compile DOSBox on Windows With Visual Studio 2015

Channel:
Subscribers:
3,270
Published on ● Video Link: https://www.youtube.com/watch?v=REOV8_eXPpc



Category:
Guide
Duration: 14:43
2,062 views
21


Visual Studio Community edition:
https://www.visualstudio.com/downloads/

TortoiseSVN:
https://tortoisesvn.net/downloads.html

DirectX SDK June 2010:
https://www.microsoft.com/en-us/download/details.aspx?id=6812

SDL 1.2.15:
https://www.libsdl.org/download-1.2.php

SDL_net 1.2.7:
https://www.libsdl.org/projects/SDL_net/release/
UPDATE:
Or use the latest version (1.2.8 at the time of writing this). This requires one change: add the library "iphlpapi.lib" in DOSBox project linker settings additional depencies list.

libpng 1.6.9:
https://sourceforge.net/projects/libpng/files/libpng16/older-releases/1.6.9/
UPDATE:
Or use the latest version (1.6.34 at the time of writing this). This requires one change in the libpng zlib project settings: remove Z_SOLO definition from the project settings (C/C++ -- Preprocessor -- Preprocessor definitions).

zlib 1.2.5:
https://www.zlib.net/fossils/
UPDATE: Or use the latest version (1.2.11 at the time of writing this). You'll have to edit the libpng file projects\vstudio\zlib.props and change the zlib version:
..\..\..\..\zlib-1.2.5
to
..\..\..\..\zlib-1.2.11







Tags:
How to compile DOSBox
building DOSBox
Visual Studio
with screenshot support
with video recording support
how to apply source code patch
diff patch
Windows
Windows 10