openexr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openexr-devel] OpenEXR v2.1.0 released


From: Paul Miller
Subject: Re: [Openexr-devel] OpenEXR v2.1.0 released
Date: Wed, 11 Dec 2013 12:55:21 -0600
User-agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]