Hi, I installed from scratch Blitzmax 1.30, and then i copied the MaxGUI 1.30 mod directory to the program folder. (all on windows xp)
Looks like this:
C:\Program Files\BlitzMax\mod\maxgui.mod
and there are the folders maxgui.mod, win32maxgui.mod and so on.
But if I try to compile this:
i get: Compile Error - Identifier 'TGadget' not found.
What could be wrong?
Thanks in advance, Gregor
Ps.: The same procedere, but with the blitz3dsdk mod works, but maxgui not.
pps.: please ignore my bad english *g*
Looks like this:
C:\Program Files\BlitzMax\mod\maxgui.mod
and there are the folders maxgui.mod, win32maxgui.mod and so on.
But if I try to compile this:
Mywindow:TGadget=CreateWindow("Mywindow Title", 200,200,320,240) Repeat WaitEvent() Until EventID()=EVENT_WINDOWCLOSE End
i get: Compile Error - Identifier 'TGadget' not found.
What could be wrong?
Thanks in advance, Gregor
Ps.: The same procedere, but with the blitz3dsdk mod works, but maxgui not.
pps.: please ignore my bad english *g*