Yes, occasionally, under a VM (and at least one of our alpha testers has tested it on a period-correct machine). Windows 95 support isn't perfect; Hardware Cursors don't work properly (an option that didn't exist in WA…
I'll take this one :) Not even a hello world supports Windows 95 when compiled by MSVC 2005, and it's just because of a call to IsDebuggerPresent() in the standard library's startup code. To work around this, I overrode…
Yes, occasionally, under a VM (and at least one of our alpha testers has tested it on a period-correct machine). Windows 95 support isn't perfect; Hardware Cursors don't work properly (an option that didn't exist in WA…
I'll take this one :) Not even a hello world supports Windows 95 when compiled by MSVC 2005, and it's just because of a call to IsDebuggerPresent() in the standard library's startup code. To work around this, I overrode…