I can't compile anything...

BlitzMax Forums/MaxGUI Module/I can't compile anything...

Tiger(Posted 2008) [#1]
When I try to compile any Blitzmax Gui(1.30) prg, I get this error: 'Compile Error: Duplicate identifier 'TIconStrip' in modules 'brl.maxgui' and 'maxgui.maxgui'

Whats wrong?


Brucey(Posted 2008) [#2]
You have both versions of MaxGUI...

You might want to remove some of those from brl.mod :

maxgui.mod
cocoamaxgui.mod
win32maxgui.mod
fltkmaxgui.mod

(or something like that)...

... leaving intact the BlitzMax/mod/maxgui.mod folder and its subfolders.


Tiger(Posted 2008) [#3]
Thanks for the help, what i did you fix this problem was: uninstall Blitzmax, delete Blitzmax folder and reinstall.
Now it work perfect.

Back to coding, my first line's in 2 years... yeah!!