Martin Sebor wrote:
Anton Pevtsov wrote:
Yes, the problem fixed.
Unfortunately, the fix seems to break MSVC 8 because of all
the nasty hackery that Microsoft introduced into the headers
in this version of the compiler just so they could spit out
their useless deprecation warnings. Sigh.
Martin
But now the library and tests build produces a lot of 4273 warnings
(inconsistent dll linkage).
Is this correct?
Warnings are almost never "correct" :) I haven't done a Windows
build in a while so I guess it might be time for me to fire up
the IDE and see what's up. I'll see how much of them I can clean
up by tomorrow.
Martin