Missing source file: OPJAbout.cpp - Where can I get it?

First of all thank you for the great tool. I am trying to learn how to implement motion JPEG2000 video player under Linux and expect this tool will be very handy in learning the format and headers.

Can someone send me a copy or tell me where to get OPJAbout.cpp it? I can not find it in openjpeg_v1_3.tar.gz downloaded from the OpenJPEg site.

I am compiling with Visual Studio 2008.

Thanks in advance,

-Ed
edsutton.nospam@gmail.com.nospam

Submitted by Anonymous on Wed, 21/01/2009 - 19:35. categories [ ]

Found an OPJAbout.cpp version here

http://www.openjpeg.org/svn/trunk/OPJViewer/source/OPJAbout.cpp

To build and run under Visual Studio 2008 I had to comment-out:

//#include "mxflib/mxflib.h"

I also had to make a few longs to (ctime *) casts to make VS2008 happy. I assume they made it an error instead of a warning or perhaps the default warning level is higher then VS6.

-Ed

Hello Ed, I see you got it

Hello Ed,
I see you got it from the SVN. It is better to use that code, since it is rather stable and has less bugs.
I usually compile with MSVC 6, did you try to import the DSW workspace?
Giuseppe