On 12/10/2013 11:30 AM, Halfdan Ingvarsson wrote:
The problem is that BaseExc derives from std::string, which doesn't have
a dllexport in MSVC2010 and onwards, and so in our case, actually broke
the build.
We patched our version so that BaseExc uses std::string as a member
variable, rather than deriving from it. This was easy enough to do,
since this change only affects testBaseExc.cpp.
From a design point of view I prefer that solution as well. Did you
submit a patch?
_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/openexr-devel