; CountGfxModes3D(); -----------------Graphics 800,600,0,2For i=1 To CountGfxModes3D() Print "Mode "+i+": ("+GfxModeWidth(i)+"x"+GfxModeHeight(i)+"x"+GfxModeDepth(i)+")"NextWaitKey()
..i really hope you are not joking..anyway, change this as it was mentioned twice already..
Try running this little snippet here. It will print all the graphics modes your system is capable of. If your system is like mine, it will not support 16 bit color.Code: [Select]; CountGfxModes3D(); -----------------Graphics 800,600,0,2For i=1 To CountGfxModes3D() Print "Mode "+i+": ("+GfxModeWidth(i)+"x"+GfxModeHeight(i)+"x"+GfxModeDepth(i)+")"NextWaitKey()
@MikeyWhats the OS and gpu, gpu driver version in the system that is failing?
Could it possibly be a corrupt install? Try reinstalling blitz3d and see if that helps. Also remember that from Win Vista and later, you need to save the source somewhere other than the"Program files" directory to compile.