markbiddlecom
Newcomer
Hi, all, I'm begging for some help again...
Here's my situation: I've written a 3D mapping programing that uses D3D 9 for the graphics end of things.
Because this product is going out to a bunch of people that won't have hardware acceleration, I need to be able to use the reference rasterizer as a backup.
After a whole lot of toying around, I seem to have discovered that all you need to do to place a reference rasterizer on a computer is copy d3dref*.dll to the system directory on that machine.
Or so I thought.
We've got a test machine here running Windows 98. At one point, this approach worked. It doesn't seem to any more.
Now, I can determine the capabilities of the reference rasterizer successfully, but whenever I try to create a device--windowed or full-screen, the call fails.
What's worse, I simply can't get any detailed information on the error, because dbmon doesn't seem to work on the system with or without the Developer's runtime.
Has anybody ever heard of this kind of behavior before? Especially on Windows 98... I know it's not very common to try and use the reference rasterizer these days, but as I said this isn't a performance application, and I don't care about speed.
Anyway, any input, however trivial, would be appreciated.
Thanks in advance,
Mark
Here's my situation: I've written a 3D mapping programing that uses D3D 9 for the graphics end of things.
Because this product is going out to a bunch of people that won't have hardware acceleration, I need to be able to use the reference rasterizer as a backup.
After a whole lot of toying around, I seem to have discovered that all you need to do to place a reference rasterizer on a computer is copy d3dref*.dll to the system directory on that machine.
Or so I thought.
We've got a test machine here running Windows 98. At one point, this approach worked. It doesn't seem to any more.
Now, I can determine the capabilities of the reference rasterizer successfully, but whenever I try to create a device--windowed or full-screen, the call fails.
What's worse, I simply can't get any detailed information on the error, because dbmon doesn't seem to work on the system with or without the Developer's runtime.
Has anybody ever heard of this kind of behavior before? Especially on Windows 98... I know it's not very common to try and use the reference rasterizer these days, but as I said this isn't a performance application, and I don't care about speed.
Anyway, any input, however trivial, would be appreciated.
Thanks in advance,
Mark