I haven't updated the Base classes in about two weeks and the change made to GemException has made MSVC very unhappy.  It throws a warning about public std::exception for each and every class compiled.  The warning is C4275: no dll-interface class 'exception' used as base for dll-interface class 'GemException'.  Webpage here:
<br><br><a href="http://msdn2.microsoft.com/en-us/library/3tdb471s.aspx">http://msdn2.microsoft.com/en-us/library/3tdb471s.aspx</a><br><br>I have no idea what this really means.&nbsp; MS doesn't have a runtime exception for use with DLLs?&nbsp; Should I just do the pragma to shut the warning off?
<br><br>cgc<br>