1993.09.06 22:22 "2 byte ints", by Phillip Ngan

I'm porting the TIFF v3.0 code into project that requires the code to be compiled with 2 byte int's. The codes uses bit fields to store information and thus seems to expect 4 byte int's.

Is their any simple way to adapt the code for 2 byte int's? Has anyone done this and willing to share the code with me?

Phillip Ngan.