I have MaxGUI (installed). I go to compile MaxIDE that's included with BlitzMax and it gives me the error:
"""
Compile Error
Identifier 'EventID' not found
"""
line 560 in maxide.bmx:
id=EventID()
EventID() is part of BRL.EventQueue, one of the standard modules.
I did a basic search on the forums for a how to or whatever and really only found information on other IDEs or using the CE.
Really, I'm just looking to recompile with some of the menu modifiers changed, but I need to be able to compile it with no changes first. :)
"""
Compile Error
Identifier 'EventID' not found
"""
line 560 in maxide.bmx:
id=EventID()
EventID() is part of BRL.EventQueue, one of the standard modules.
I did a basic search on the forums for a how to or whatever and really only found information on other IDEs or using the CE.
Really, I'm just looking to recompile with some of the menu modifiers changed, but I need to be able to compile it with no changes first. :)