freeswitch/libs/tiff-3.8.2/contrib/win_dib
Michael Jerris 938ab67a2f remove generated files from tree
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15035 d0543943-73ff-0310-b7d9-9358b9ac24b2
2009-10-01 22:20:17 +00:00
..
Makefile.am fix auto-restart on disconnect 2009-04-23 15:54:47 +00:00
Makefile.w95 fix auto-restart on disconnect 2009-04-23 15:54:47 +00:00
README.Tiffile fix auto-restart on disconnect 2009-04-23 15:54:47 +00:00
README.tiff2dib fix auto-restart on disconnect 2009-04-23 15:54:47 +00:00
Tiffile.cpp fix auto-restart on disconnect 2009-04-23 15:54:47 +00:00
tiff2dib.c fix auto-restart on disconnect 2009-04-23 15:54:47 +00:00

README.tiff2dib

Date: 04 Dec 95 10:34:23 EST
From: Philippe <100423.3705@compuserve.com>
To: TIFF/sam Leffler <sam@cthulhu.engr.sgi.com>
Subject: TIFF library and Windows 95
Message-Id: <951204153422_100423.3705_BHG101-1@CompuServe.COM>

Sam, 

First, let me thanks all of you how have worked 
on that great TIFF library !

Here is some information that may help someone.

I build the library under Windows 95 as a 32-bit library.
The contribution of Scott Wagner (tif_win32.c) worked fine, but 
the makefile "makefile.msc" was unsable because it was
written for DOS or Windows 3.1 and all the files names 
are limited to 8 characters.

Here is the makefile I used : makefile.w95

Also, I had to disable fax3 support because I wasn't able
to build (as it is) the tool "mkg3states" to generate the include
file "g3states.h". 
This source file must be modify to be build under Windows 95.

To build the library under Windows 95 with Visual C++ 2.0, 
I had to :

- undefine CCITT_SUPPORT in "tiffconf.h"

- create the file version.h with this line :
      #define VERSION "3.4beta024"

- build the makefile "makefile.w95"

I also join the source file "tif2dib.c" that I created, 
it contain the function LoadTIFFinDIB that load 
a TIFF file and build a memory DIB with it and return the 
HANDLE (HDIB) of the memory bloc containing this DIB.
Since DIB is the "natural" bitmap format for Windows 3.1, 95 and NT,
this function sould be usefull for some Windows 95 (or NT) developer.


Sorry for my approximate english ...

Regards,

Philippe Tenenhaus   100423.3705@compuserve.com
Paris