Nick Porcino wrote: > > Is it possible that filename is a std::string that fell out of scope, > and so it's failing because it didn't open the file you wanted?
related to this is using the wrong runtime library in your compile/link flags, though this will usually give a warning on your link stage of the build. If your calling code is using a different runtime library to that the OpenEXR uses you can get weird errors. Kevin -- | Kevin Wheatley, Cinesite (Europe) Ltd | Nobody thinks this | | Senior Technology | My employer for certain | | And Network Systems Architect | Not even myself | _______________________________________________ Openexr-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/openexr-devel
