For some reasons I don't quite understand You can place __declspec declaration after pointer sign (*) - this issue a compilation error on VS 2010 Express. There is quick fix - just put the declaration before the return type.
You can merge this Pull Request by running: git pull https://github.com/matekm/oiio win_dll_fix Or you can view, comment on it, or merge it online at: https://github.com/OpenImageIO/oiio/pull/263 -- Commit Summary -- * Windows magic - __declspec can't be placed after pointer (*) sign -- File Changes -- M src/include/imagebufalgo.h (2) -- Patch Links -- https://github.com/OpenImageIO/oiio/pull/263.patch https://github.com/OpenImageIO/oiio/pull/263.diff --- Reply to this email directly or view it on GitHub: https://github.com/OpenImageIO/oiio/pull/263 _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
