Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Test/ErrorTest.cpp

Go to the documentation of this file.
00001 // Fred P. for J2K Library
00002 // LGPL Licensed.
00003 // http://j2k.sourceforge.net/
00004 
00005 #include <j2k/Fred/Standard.hpp>
00006 #include <j2k/Fred/Error/JErrorController.hpp>
00007 
00008 // To simplify our testing life
00009 #include <j2k/Fred/Error/JErrorHandler.cpp>
00010 #include <j2k/Fred/Error/JErrorController.cpp>
00011 #include <j2k/Fred/Error/JError.cpp>
00012 
00013 int main() {
00014 
00015 //  for(;;) { cout << "."; }
00016    int err =0;
00017 
00018   MC_OnError( err, None, "Error" )
00019 
00020   return 0;
00021 }

Generated on Sun Oct 14 18:46:19 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001