[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openexr-devel] (no subject)
From: |
Drew Hess |
Subject: |
Re: [Openexr-devel] (no subject) |
Date: |
Mon, 6 Oct 2003 11:29:47 -0700 (PDT) |
Hi James,
That's correct, only the RGBA interface is exported to C.
The Visual Studio 6 Microsoft compiler can't compile OpenEXR and probably
never will, so if you wanna stay with VS 6 you'll have to use the Intel
compiler, or get the pre-compiled libs and use the IlmImf.dll with the C
RGBA interface.
If you're willing/able to use Visual Studio .NET 2003, you can use the
Microsoft C++ compiler. I'm working on the .NET 2003 port as we speak,
should be available as source by the end of the day.
-dwh-
On Mon, 6 Oct 2003, James McPhail wrote:
> Hello
>
> so far I have been building OpenEXR under Visual Studios 6, using the
> Intel compiler. I have been reading/writing files using the "general"
> interface (as dubbed by the example programs), not the RGBA one.
>
> I want to stop using the Intel compiler and use the MS one, so had been
> looking into using ImfCRGBAFile.h, as mentioned in the readme. However,
> looking at the file (and the name in itself) lead me to think that only
> the RGBA interface is supported via this method. Is this the case?
>
> Thanks in advance!
> James
>
>
>
>
> _______________________________________________
> Openexr-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/openexr-devel
>