Torque3D/Engine/lib/lmng/bcb/mngview
2012-09-19 11:15:01 -04:00
..
Main.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
Main.dfm Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
Main.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
MNGI.ICO Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
MngView.bpr Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
MngView.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
MngView.res Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
README.TXT Engine directory for ticket #1 2012-09-19 11:15:01 -04:00

Please note : 

 If your project includes the header file "Rpcndr.h", then
you will then have to define "HAVE_BOOLEAN" before "libmng.h"
is included. Why ? ...

"jmorecfg.h" has
#ifndef HAVE_BOOLEAN
typedef int boolean;
#endif

 and "Rpcndr.h" has
typedef unsigned char boolean

 This >>MAY<< affect other libraries used in the same project
that depend on the jpeg source - especially as "boolean" is
used in structures (possible alignment problems). For example
"Sam leffler's" LibTiff can be built with the Jpeg codec.

 Just a little something to be aware of !. AP - 15/9/2000.