[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Openexr-devel] OpenEXR under VS.NET 2003 (v7.1)
From: |
Drew Hess |
Subject: |
Re: [Openexr-devel] OpenEXR under VS.NET 2003 (v7.1) |
Date: |
Thu, 25 Sep 2003 19:31:35 -0700 (PDT) |
p.s. this stack corruption error you're having sounds suspiciously like a
problem we used to have when we were allocating the Huffman tables off the
stack. We switched the Huffman routines to use auto_ptr on Win32 and OS X
and this fixed the problem (this isn't necessary on Linux).
Perhaps when you imported the project into .NET, it didn't preserve the
project setting that defines PLATFORM_WIN32. This is necessary to get
some Windows fixes (incl. the one I mentioned above) compiled into the
source. I'd look into that.
-dwh-
On Thu, 25 Sep 2003, Drew Hess wrote:
>
> Hey Frank,
>
> I just installed .NET 2003 today and I'll be building it tomorrow (ran out
> of time today). Paul Schneider said it worked fine for him, though. I'll
> let you know more tomorrow, hopefully there'll be a source code release of
> 1.0.6 if all goes well.
>
> -dwh-
>
>
> On Thu, 25 Sep 2003, Frank Jargstorff wrote:
>
> > Sorry, if this is a FAQ and newbie question, but what is the status
> > regarding OpenEXR compiled with VisualStudio .NET? It seems that people have
> > successfully built and run it and I read somewhere that Drew wanted to
> > post/integrate the changes.
> > I just tried to build using the latest sources and run into some minor build
> > problems and, much worse, several stack corruption errors running the unit
> > tests. Most prominently is that the Huffman compression causes a stack
> > error.
> > Minor problems (at least for OpenEXR) were that some of the Euler conversion
> > unit tests failed due to big numerical errors.
> > I've got some time to spend on a .NET build, so if you could give me a heads
> > up so I don't duplicate work, that would be great.
> >
> > Frank
> >
> >
> >
> > _______________________________________________
> > Openexr-devel mailing list
> > address@hidden
> > http://mail.nongnu.org/mailman/listinfo/openexr-devel
> >
>
>
>
> _______________________________________________
> Openexr-devel mailing list
> address@hidden
> http://mail.nongnu.org/mailman/listinfo/openexr-devel
>