Elisha Riedlinger

Results 768 comments of Elisha Riedlinger

If you are using Microsoft's d3d8.dll then enabling `d3d8to9` will by pass that and use d3d9.dll instead. Does `d3d8to9` work ok with Windows 10 19H1? What if you try the...

> > Does d3d8to9 work ok with Windows 10 19H1? > > Not sure, I am running it in a VM just so I can grab the DLLs. Maybe @BC46...

> > It would be good to know if d3d8to9 had an issue on the older Windows 10 with this game. > > I have a PC running Windows 10...

I see. Maybe I should fix the lighting issue in my d3d9 wrapper? The way I have coded the d3d8to9 function is that it goes through the d3d9 wrapper. So...

Hello @LPDaVinci, I am working on a tool to convert ddraw into d3d9. Attached is an early version of this tool. I tested it with the GOG version of `Europa1400Gold_TL.exe`...

Yes, it could be just an issue with what Steam does to the game. I have a number of projects ahead of this one so I won't be able to...

I just realized, based on narzoul's comments, that the TL version is using d3d8. Try this new update. I am not sure if it will help, but this will convert...

Yeah, I need to add more logging. I made this pretty quick and tested it only with a few games. I suspect what is happening is that a structure is...

@ThirteenAG, I pulled the release because I found some serious issue that I missed in my testing. There is still an issue with the ref count, but I think it...

> It works now. Ok, great. Glad it worked. > By the way, do you know anything about why this game runs with window border even in fullscreen mode? I...