I'm using the BlitzMAX trial version, just to check if it's worth it (I have Blitz+) but i found so many problems on my office windows 2000, that i am beginning to wonder...
When compiling and running a few of the samples just about 90% doesn't work.
For most examples that use the graphics command (Example Graphics 640, 480, 32) i get:
Unhandled Exception: SetDisplayMode Failed result=-2147467263
In the RockoutGui example the debugger stops at the following line:
I get the folowing error:
Unhandled Exception: CreateDevice Failed result=-2147024882
What's wrong???
When compiling and running a few of the samples just about 90% doesn't work.
For most examples that use the graphics command (Example Graphics 640, 480, 32) i get:
Unhandled Exception: SetDisplayMode Failed result=-2147467263
In the RockoutGui example the debugger stops at the following line:
canvas:TGadget = CreateCanvas (0, 0, ClientWidth (window), ClientHeight (window) - 48, window)
I get the folowing error:
Unhandled Exception: CreateDevice Failed result=-2147024882
What's wrong???