Hello all,
I was just wondering if anyone knew how to set up a way in the SDK to allow for running one of our programs when someone has dual monitors set up on their system. Now i know that it may not be possible to set the screen resolution to extend across both monitors, but even if we can't do that, it would be helpful if someone could help me in shutting off the other monitor at runtime so that i don't get any sort of errors.
As it stands, I tried running my game which was set up to run at 1280,1024,32 on my new dual monitor support. My desktop is extended across both monitors. I know that this game runs ok on single monitor support because i've already debugged it, but now that I try to run it on my dual monitor in windows xp i get the following error right after the dbSync(); command in my main loop:
Unhandled exception at 0x00577da3 in Art of the Saber.exe: 0xC0000005: Access violation writing location 0x00000000.
By the way, i'm using Visual Studio 2002.NET
Any commenting or help at all regarding this matter will be greatly appreciated. I didn't see any talk at all about dual monitor support on either this form, or any of the dbpro forums at all. Like I said, even if you can just help me to shut the other monitor off while the game is running, and simply put the game on one screen, it will be very helpful. Just trying to get it running again.

Thanks!
The scarecrow has no mind, but serves its function well.