i've been working on a program for some time now, and i wanted to see if some things would work if it was a .exe file
so i chose create executable it came up with a window saying my .exe would be slower. so i did it again, turning off debug mode.
when i ran the .exe it tried to go fullscreen (i set it to windowed) and then had the error:
"cannot set to graphics mode"
and quit
also, when i try to run my program without making a .exe and with debugmode off it does the same thing.
if i create a .exe with debug mode on it still has the error, but if i run it from blitz(without making .exe) with debug mode on it works fine...
i've tested the .exe on multipe computers and it still has the same error.
my program is using
and 2 included files.
so i chose create executable it came up with a window saying my .exe would be slower. so i did it again, turning off debug mode.
when i ran the .exe it tried to go fullscreen (i set it to windowed) and then had the error:
"cannot set to graphics mode"
and quit
also, when i try to run my program without making a .exe and with debugmode off it does the same thing.
if i create a .exe with debug mode on it still has the error, but if i run it from blitz(without making .exe) with debug mode on it works fine...
i've tested the .exe on multipe computers and it still has the same error.
my program is using
graphics3d 840,480,32,0
and 2 included files.