Building Modules Error

BlitzMax Forums/BlitzMax Programming/Building Modules Error

kfprimm(Posted 2005) [#1]
Can anyone tell me what this error means and how I can fix it?

Building Modules
Compiling:win32htmlview.cpp
C:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32htmlview.cpp:39: error: redefinition of `struct IHTMLFramesCollection2'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/mshtml.h:461: error: previous definition of `struct IHTMLFramesCollection2'
C:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32htmlview.cpp:57: error: redefinition of `struct IHTMLWindow2'
c:/MinGW/bin/../lib/gcc/mingw32/3.4.2/../../../../include/mshtml.h:478: error: previous definition of `struct IHTMLWindow2'
Build Error: failed to compile C:/BlitzMax/mod/brl.mod/win32maxgui.mod/win32gui/win32htmlview.cpp
Process complete




bregors(Posted 2005) [#2]
.


Hotcakes(Posted 2005) [#3]
How about you remove mods, keep brl.data backup up somewhere, syncmods and copy back brl.data ;] Does that work any better?