DelphiDoom icon indicating copy to clipboard operation
DelphiDoom copied to clipboard

95 and NT4 support?

Open vogonsorg opened this issue 2 years ago • 2 comments

I noticed that Delphidoom v2.0.7.735 runs on Windows 98 and ME through testing today but not 95. Would there be any interesting in making 95 compatible? If so I can provide more detailed error messages. It does look like the GL ver works in NT4 but not the directdraw version.

vogonsorg avatar Oct 17 '22 23:10 vogonsorg

The officially supporting platforms are Windows XP and higher. This is due to multithreading manipulation and in particulary the usage of InterlockedIncrement and InterlockedDecrement. Running in lower OS versions is not supported or may not work as intented. Also DelphiDoom needs at least DirectX 7 to be installed.

jval1972 avatar Oct 18 '22 07:10 jval1972

Okay thanks. This can be closed. I'll look into it. DelphiDoom also works great on 2000 BTW. Thanks for your work on this port!

vogonsorg avatar Oct 19 '22 17:10 vogonsorg