Greets,
I have purchased and am using the Extra version, and am finally (!) on the last leg of converting my old A5 code to A6. It has been painful, but I now can at least load the first level and scoot around. However, during the initial load, I get an odd warning that BitDepth of: 0 is not yet supported. I'm sure it's not. I have:
var video_screen = 2; // 2 = windowed mode
var video_mode = 7; // 800x600
var video_depth = 16; // 16 bit mode
I click okay 3 times, and all seems well for a few seconds, then I get a W1527 warning. Not sure what that is about, and I cannot put the screen in fullscreen mode.
Any ideas what might be the culprit? I am not using external DLL's or any add-ons for this project.
Cheers!
Mark