Graphics command needs....?

BlitzMax Forums/BlitzMax Beginners Area/Graphics command needs....?

hey peeps.

this is no doubs stupid, but the following code wont work and throws up a "graphics mode doesnt exist"

framework brl.max2d
Import brl.random

Graphics 640,480,16,60
end
'.......more code that uses random module etc etc etc


yet the following code works but goves a bulky EXE...

graphics 640,480,16,60




WHat exactly is happening here that I'm missunderstanding!? hehe

Maybe you need to include more modules

try framework brl.glmax2d instead of just max2d

Try 'framework brl.glmax2d' instead of 'framework brl.max2d'.

done and done. thanks :)