2001.06.15 04:38 "TIFF PROBLEM", by Vishnu Vijayan

2001.06.15 04:38 "TIFF PROBLEM", by Vishnu Vijayan

Hello,

I'm working for a simple Tiff file viewer application in VC++ that can be inserted as a control in ASP pages. The Tiff files are not opening in the read mode in windows applications but id does open in the console mode.

TIFF *p;
p=TIFFOpen("c:\vishnu.tif","R");

It is not opening and returns NULL??

I'll be greatful to anyone who helps me on this.

Thanking you

P.Vishnu Vijayan