VOGONS


First post, by emendelson

User metadata
Rank Oldbie
Rank
Oldbie

After spending a lot of time building dosbox_logo.h files in order to put a custom icon into DOSBox, I came across a simpler method that doesn't use dosbox_logo.h at all. It seems to work with SVN using Visual C++ on Windows, but possibly I haven't noticed some bad side-effects. The patch is very simple. It adds whatever dosbox.ico you use to the system menu, the Alt-Tab chain, etc. (Not tested on Linux.)

If everyone knows this already, apologies for wasting bandwidth.

Last edited by emendelson on 2014-02-24, 19:17. Edited 1 time in total.

Reply 1 of 2, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

This only works on windows, while the "old" method works on all OSes DOSBox supports.

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 2, by emendelson

User metadata
Rank Oldbie
Rank
Oldbie
Qbix wrote:

This only works on windows, while the "old" method works on all OSes DOSBox supports.

After I posted it, I realized that, even under Windows, it would probably only work under Visual C++, not with any non-Microsoft compiler. Still, it saves a little bit of trouble for people making custom builds, I hope.