AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
January 1995

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

1995.01.23 16:45 "Prior post RE: Compiling LIBTIFF in MSDOS...", by Raymond Wilson
1995.01.24 18:38 "Re: Prior post RE: Compiling LIBTIFF in MSDOS...", by Sam Leffler

1995.01.24 18:38 "Re: Prior post RE: Compiling LIBTIFF in MSDOS...", by Sam Leffler

    To:  tiff@sgi.sgi.com
    Subject:  Prior post RE: Compiling LIBTIFF in MSDOS...
    Date: Mon, 23 Jan 1995 16:45:25 GMT
    From:  Raymond@mcgltd.demon.co.uk (Raymond Wilson)

    Err... Oops... Excuse me while I remove foot from mouth.
    
    BCC v4.02 DOES define short as a TWO byte signed integer, not a 
    ONE byte signed integer. I assumed when the help said 'Use the 
    short type modifier when you want a variable smaller than an 
    int', it meant an 8-bit type since I am compiling a 16 bit 
    application (where int = 16 bits). This is in fact only true 
    when compiling a 32 bit application (where int = 32 bits).
    
I have decided not to make an effort to support 16-bit APIs such
as Win16 or DOS.  If there are simple changes to the software that
will make doing this easier then I've done it and/or am willing
to do it.  Soren Pingel Dalsgaard <pingel@daimi.aau.dk> has a
version of my tiff distribution that is intended for use under 
Windows; check the mailing list archives for prior postings that
say how and where to obtain his distribution.

    Sam