Compile Error

BlitzMax Forums/BlitzMax Beginners Area/Compile Error

Olla(Posted 2006) [#1]
I'm a noob.. How come the each time I try to compile any examples of setting up a window... i.e.

Local MainWindow:TGadget = CreateWindow("Main",100,100,640,480)

I get following compile error: "Identifier TGadget Not found"

Any help on this is much appreciated...


N(Posted 2006) [#2]
Do you have a copy of MaxGUI?


Olla(Posted 2006) [#3]
No, is that a seperate program / lib that I need to include?

I will do some searching on MaxGui .. Thanks for your response..


N(Posted 2006) [#4]
http://blitzbasic.com/Products/_index_.php


Olla(Posted 2006) [#5]
Cheers Noel... I read about Iglass for Blitzmax

http://blitzbasic.com/Community/posts.php?topic=46725

Do you know if this is a good alternative to MaxGui?


N(Posted 2006) [#6]
I wouldn't know about IGlass, but I know all of filax's other GUIs have been slow as hell for me.


Olla(Posted 2006) [#7]
Thanks for your opionen .. I will have a closer look at MaxGui..


Dreamora(Posted 2006) [#8]
MaxGUI is real API gui elements from OS which has its pro (true event based)
IGlass has its own pro, as it is usable for ingame elements, which maxgui isn't (it can only work in window mode for example)