openexr-devel
[Top][All Lists]
Advanced

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

[Openexr-devel] Linking troubles


From: Gonzalo Garramuño
Subject: [Openexr-devel] Linking troubles
Date: Fri, 07 Mar 2014 19:09:10 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

With all the previous patches applied, I get a LIB file. But linking against it results in errors like the following:

mrvFrame.obj : warning LNK4217: locally defined symbol ??0half@@O address@hidden@Z (public: __cdecl half::half(float)) imported i function "private: struct mrv::ImagePixel __cdecl mrv::VideoFrame::pixel_h16(unsigned int,unsigned int)const " (?pixel
address@hidden@mrv@@address@hidden@address@hidden)
mrvGLLut3d.obj : warning LNK4049: locally defined symbol ??0half@@address@hidden@Z (public: __cdecl half::half(float)) imported mrvGLLut3d.obj : warning LNK4217: locally defined symbol ??0half@@address@hidden (public: __cdecl half::half(void)) imported i function "public: void __cdecl Imf::Array<class half>::resizeErase(long)" (address@hidden@Vhalf@@@Imf@@address@hidden) mrvFrame.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) private: static union half::uif * half: _toFloat" (address@hidden@@address@hidden@A) referenced in function "private: struct mrv::ImagePixel __cdecl mrv::Vide Frame::pixel_h16(unsigned int,unsigned int)const " (address@hidden@mrv@@address@hidden@address@hidden) ddsImage.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static union half::uif * half:
_toFloat" (address@hidden@@address@hidden@A)
mrvGLLut3d.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) private: static union half::uif * hal
::_toFloat" (address@hidden@@address@hidden@A)
IlmImf.lib(ImfPxr24Compressor.cpp.obj) : error LNK2019: unresolved external symbol compress referenced in function "pri ate: int __cdecl Imf::Pxr24Compressor::compress(char const *,int,class Imath::Box<class Imath::Vec2<int> >,char const * &)" (address@hidden@Imf@@address@hidden@address@hidden@@@Imath@@address@hidden) IlmImf.lib(ImfZipCompressor.cpp.obj) : error LNK2001: unresolved external symbol compress IlmImf.lib(ImfPxr24Compressor.cpp.obj) : error LNK2019: unresolved external symbol uncompress referenced in function "p ivate: int __cdecl Imf::Pxr24Compressor::uncompress(char const *,int,class Imath::Box<class Imath::Vec2<int> >,char con t * &)" (address@hidden@Imf@@address@hidden@address@hidden@@@Imath@@address@hidden) IlmImf.lib(ImfZipCompressor.cpp.obj) : error LNK2001: unresolved external symbol uncompress




reply via email to

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