VOGONS


First post, by Emanuele Colombo

User metadata
Rank Newbie
Rank
Newbie

I'm a very beginner with building projects in C++.
I see the guide for build DOSBOX with VisualC++ 2008 Epress.
I would like to build DOSbox for Windows using VisualC++ 2015 Community.
Can you help me?
Thanks.

Reply 2 of 2, by Azarien

User metadata
Rank Oldbie
Rank
Oldbie

In recent days I have built DOSBox in (coincidentally) both VS2008 and VS2015 without using any online tutorials.

The only problem I have now is that output=ddraw doesn't work and falls back to overlay. (it does work in official build)

Besides dosbox itself, you also need SDL, SDL_net for network support, libpng and zlib for screenshots, and optionally libogg, libvorbis and sdl_sound for .ogg audio tracks support.