markbiddlecom
Member
Hi, all, Im begging for some help again...
Heres my situation: Ive 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 wont 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.
Weve got a test machine here running Windows 98. At one point, this approach worked. It doesnt 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.
Whats worse, I simply cant get any detailed information on the error, because dbmon doesnt seem to work on the system with or without the Developers runtime.
Has anybody ever heard of this kind of behavior before? Especially on Windows 98... I know its not very common to try and use the reference rasterizer these days, but as I said this isnt a performance application, and I dont care about speed.
Anyway, any input, however trivial, would be appreciated.
Thanks in advance,
Mark
Heres my situation: Ive 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 wont 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.
Weve got a test machine here running Windows 98. At one point, this approach worked. It doesnt 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.
Whats worse, I simply cant get any detailed information on the error, because dbmon doesnt seem to work on the system with or without the Developers runtime.
Has anybody ever heard of this kind of behavior before? Especially on Windows 98... I know its not very common to try and use the reference rasterizer these days, but as I said this isnt a performance application, and I dont care about speed.
Anyway, any input, however trivial, would be appreciated.
Thanks in advance,
Mark