Charles, here is what I am running in too.
Here is the Method:
method Create( sys aWidth = 800,
sys aHeight = 600,
sys aBits = 32,
sys aFullscreen = 0,
string aCaption = "Simple GLWindow",
sys aLeft = 0,
sys aTop = 0,
sys aIcon = 0,
sys aMenu = 0 ) as sys
I can't just call it like this:
win.Create() '( aWidth = 640, aHeight = 480 )
I need to give it those parameters as shown in the comment, but not the rest?
It seems like I should be able to call just win.Create()