openexr-devel
[Top][All Lists]
Advanced

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

Re: [Openexr-devel] [Half] Unresolved external when using Half.lib on wi


From: Alexandre Gauthier
Subject: Re: [Openexr-devel] [Half] Unresolved external when using Half.lib on windows
Date: Sun, 14 Apr 2013 22:35:58 +0200

Here's the order of the "additional dependencies" :

$(ProjectDir)../../../../libs/OpenExr_win32/lib/Debug/Iex.lib
$(ProjectDir)../../../../libs/OpenExr_win32/lib/Debug/Imath.lib
$(ProjectDir)../../../../libs/OpenExr_win32/lib/Debug/IlmThread.lib
$(ProjectDir)../../../../libs/OpenExr_win32/lib/Debug/IlmImf.lib
$(ProjectDir)../../../../libs/OpenExr_win32/lib/Debug/Half.lib



  Also I added  $(ProjectDir)../../../../libs/OpenExr_win32/lib/Debug/   to the "additionnal library directories"

Well I put the .dll in the build directory... but anyway it doesn't compile since I have this Unresolved external sticking to the linker .

I guess this is a problem with the compile of Half.dll


On Sun, Apr 14, 2013 at 9:59 PM, Simon Eves <address@hidden> wrote:
At run-time it will need to be able to find the .dll files, either in the same directory as the executable, or somewhere else in %PATH%.

For the compile, though, it only needs to be able to find the .lib files. If you have specified their location in "additional link directories" and their names in "additional libraries", then the compile should work. What other libraries have you put in there? Sometimes the order matters. IlmBase.lib and Half.lib at the minimum.


reply via email to

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