dxwrapper
dxwrapper copied to clipboard
DirectX 1-7 wrapper project for making old games run on new hardware
I moved your files to the System folder of the game... The game started only in windowed mode... The sound is interrupted. Please fix it if possible 
Visual Studio 2017 will complain about a missing "ddoutput.h" when trying to compile. Also, there's a declaration of a nonexistent "d3d9InterfaceQuery". With both gone, VS 2017 works fine. Also, all...
This dxwrapper is not able to handle `QueryInterface` call for `IID_IUnknown`. See [here](https://blogs.msdn.microsoft.com/oldnewthing/20040326-00/?p=40033/). Any game that queries the interface for `IID_IUnknown`, such as [Conquest Frontier Wars](https://www.gog.com/game/conquest_frontier_wars) will crash with this...
This dxwrapper works good for all games except games that use any of the three 'Enum' APIs: * [EnumSurfaces](https://msdn.microsoft.com/en-us/library/windows/desktop/gg426139(v=vs.85).aspx) * [EnumAttachedSurfaces](https://msdn.microsoft.com/en-us/library/windows/desktop/gg426186(v=vs.85).aspx) * [EnumOverlayZOrders](https://msdn.microsoft.com/en-us/library/windows/desktop/gg426187(v=vs.85).aspx) Any game that uses these APIs, such...
Doesn't work at all. Says something about DirectDrawEnumerateExA and closes.
There is no export for DirectDrawEnumerateExA. Specifically, I am trying to run a DirectX 7 application.