Hello, I recently compiled all the Ilmbase + OpenEXR for win32. I compiled it using visual studio 2010, and I had to tweak the solution files a little bit to make it work (there were some files missing in the solution). Anyway, now I'm trying to use it in my application and here is the unresolved external I get :
error LNK2001: unresolved external symbol "private: static union half::uif const * const half::_toFloat" (?_toFloat@half@@0QBTuif@1@B) Any clue where it can come from? When looking at the sources in half.cpp I see : HALF_EXPORT_CONST half::uif half::_toFloat[1 << 16] = #include "toFloat.h" is a statement like this normal? I've never seen such assignment before, although I think it comes from somewhere else. Regards, Alexandre
_______________________________________________ Openexr-devel mailing list Openexr-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/openexr-devel