I can't compile anything...

BlitzMax Forums/BlitzMax GUI Programming/I can't compile anything...

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?

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.

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!!