Re: link problem with Visual Studio 2012
Jeremy Selan <jeremy...@...>
Are you using the proper generated headers? Are you overriding so version in CMake? All the symbols are in OpenColorIO::v0, and I would expect them to be in v1 (corresponding to the major version). #define OCIO_NAMESPACE_ENTER namespace OCIO_NAMESPACE { namespace OCIO_VERSION_NS
set(OCIO_VERSION_MAJOR 1) set(OCIO_VERSION_MINOR 0) set(OCIO_VERSION_PATCH 9) set(SOVERSION ${OCIO_VERSION_MAJOR} CACHE STRING "Set the SO version in the SO name of the output library") On Mon, Dec 5, 2016 at 10:24 AM, Paul Miller <pa...@...> wrote: I'm in the twilight zone today. After a bad merge from Mac->Windows, my application will no longer link against the shared OpenColorIO.lib on Windows, using Visual Studio 2012. This is the exact same set of headers and .lib I've been using for over a year. |
||
|