How to Compile DOSBox on Windows With Visual Studio 2015
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
Other Videos By zirkoni
2017-04-02 | DOS Game: SkyRoads |
2017-03-26 | DOS Game: Gods |
2017-01-15 | DOS Game: The City of Lost Children |
2016-10-16 | DOS Game: WWII GI - Platoon Leader |
2016-10-09 | DOS Game: Tetripz |
2016-09-25 | DOS Game: Cybersphere Plus |
2016-09-25 | DOS Game: Cybersphere |
2016-09-24 | 32bit DOSBox vs 64bit DOSBox on Linux |
2016-09-17 | DOS Game: Sensible World of Soccer - European Championship Edition |
2016-07-02 | DOS Game: Sensible World of Soccer '96/'97 |
2016-06-04 | How to Compile DOSBox on Windows With Visual Studio 2015 |
2016-06-03 | How to Compile DOSBox on Linux |
2016-05-08 | DOS Game: Sensible World of Soccer |
2016-05-05 | DOS Game: International Sensible Soccer |
2016-05-03 | DOS Game: Sensible Soccer - European Champions 92/93 Edition |
2016-04-10 | DOS Source Port: Q2DOS - Quake 2 in DOSBox |
2016-04-03 | DOS Game: Battle Arena Toshinden |
2016-03-06 | DOS Game: Galactic Warrior Rats |
2016-02-26 | DOS Game: The Original Mulan |
2016-02-22 | DOS Game: Fatal Racing (Glide) |
2016-02-20 | DOS Game: The Elder Scrolls Adventures - Redguard |