Mogre 1.4.8 StringConverter.ToString Problem

gasdeveloper

05-11-2009 23:57:22

I went and got the BetaGUI for Mogre as a reference to create my Own GUI and noticed that there is an Ambiguous Error on the function Mogre.StringConverter.ToString(uint val) and Mogre.StringConverter.ToString(uint val, ushort width)

It seems that in the dll this function is somehow in the definition twice. I don't know if that is actually the case but it is stopping me from compiling the BetaGUI into my application to test it out with my Engine Framework. Any help is appreciated.