-----Original Message-----
From: address@hidden
[mailto:address@hidden On
Behalf Of Paul Miller
Sent: Tuesday, April 15, 2008 1:15 PM
To: address@hidden
Subject: [Openexr-devel] 64 bit half.lib on win64?
I'm trying to build a windows 64 version of my app with an x64 version
of half.lib (dynamic), but I keep getting multiple linker errors:
unresolved external symbol "private: static short __cdecl
half::convert(int)"
I'm using the latest cvs drop, and I create a x64 build target for the
half library vc8 project and built with that. My main program is finding
the half.lib, but it just won't resolve the convert() function for some
reason.
Anyone have any ideas here?