Re: OpenEXR v2.1.0 released
Paul Miller <[email protected]>
| Newsgroups | gmane.comp.video.openexr.devel |
|---|---|
| Organization | FXTECH |
| Message-ID | <[email protected]> |
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?