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 <si...@eves.us> 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.
>
_______________________________________________
Openexr-devel mailing list
Openexr-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/openexr-devel

Reply via email to