An issue with openEXR under MSVC 2005 express
2008-03-01 01:55:47 GMT
I compiled IlmBase and openEXR so now I have directory structure looking this
Deploy
Bin
Include
Lib
Now, in msvc2005 EE I made this small test program.
#include <iostream>
using namespace std; using namespace Imf; using namespace Imath;
int main(int argc, char **argv){ return 0; }
voidreadGZ1 (const char fileName[], Array2D<half> &rPixels, Array2D<half> &gPixels, Array2D<float> &zPixels, int &width, int &height){
InputFile file (fileName);}
And at the overall options => projects and solutions => VC ++ Directories I added c:\deploy\include and \lib for respectively the include files and library files. So he does find the header files, that’s not a problem. What I do get is this.
Now, I also went to the solutions options and added to additional libraries (Linker => General) c:\deploy\Lib and I also tried adding \bin there But the result remains the same. Anyone any idea which setting I’m forgetting?
Thanks in advance,
Peter
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.2/1304 - Release Date: 29/02/2008 8:18
_______________________________________________ Openexr-devel mailing list Openexr-devel <at> nongnu.org http://lists.nongnu.org/mailman/listinfo/openexr-devel
RSS Feed