1998.04.22 18:36 "Problems appending to TIFF files on Windows NT platform", by Chris Griffin

1998.04.22 18:36 "Problems appending to TIFF files on Windows NT platform", by Chris Griffin

Hi,

I am trying to append to a TIFF file. My code works on Solaris, but not on Windows NT. Has anyone else seen this problem?

Here is the code which opens the file:

        if ((tif = TIFFOpen(filename, "a")) == NULL) {
           /*
Generate error */
        }

It bombs on this line, and the library generates the following error:

??? TIFFOpen: goo.tif: Cannot open.

Thanks for any replies,

Chris