IMPORTANT NOTE - TEST RELEASE
-----------------------------

This is version 1.3.0 of the OpenEXR libraries.  This release is for
development and testing use only!  In this release, we have added
support for multithreading.  We have tested this new code internally
at ILM and believe that it is working properly, but you should not use
it in a production environment.  The next "production" release will be
1.4.0, which we will release after the 1.3 series has been vetted.


OpenEXR 1.3.0 for Win32
-----------------------

This is the pre-built version of OpenEXR 1.3.0 for Windows.  It was
compiled with Visual Studio .NET 2003.


Using OpenEXR in your application (IMPORTANT)
---------------------------------------------

If you are linking your application aginst OpenEXR DLLs, you must
define OPENEXR_DLL in your project's Preprocessor Definitions in order
to get the correct signature for some of OpenEXR's symbols.

If you are linking against OpenEXR static libs, you should *not* define
the OPENEXR_DLL macro.

You do not need to define any other preprocessor macros to use OpenEXR
in your application.

