Apologies for this being a little 'vague'. There appears to be some kind of bug in MaxGUI imports. In the current MaxIDE (Community Edition and the original BRL version), surely you should be able to comment out the platform specific imports below:
Framework brl.maxgui
?win32
Import "maxicons.o"
?
Import brl.win32maxgui
Import brl.cocoamaxgui
Import brl.fltkmaxgui
If I create a small project, then it seems that I can comment out the imports. But not in the MaxIDE code - unhandled exception on running.
Framework brl.maxgui
?win32
Import "maxicons.o"
?
Import brl.win32maxgui
Import brl.cocoamaxgui
Import brl.fltkmaxgui
If I create a small project, then it seems that I can comment out the imports. But not in the MaxIDE code - unhandled exception on running.