Link to home
Start Free TrialLog in
Avatar of vishnu_vijayan
vishnu_vijayan

asked on

TIFF Display

Hi,

I'm trying to develop a plugin for displaying tiff images in the ASP pages. The application gives the following error when trying to open the file in read mode using TIFFOpen LIBTIFF function.

(NTDLL.DLL): 0xC0000005: Access Violation.

Kindly help me in this.

Thanks in advance.

P.Vishnu Vijayan


Avatar of jhance
jhance

You're making an error in your program.

Correct the error and this message will stop.
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vishnu_vijayan

ASKER

THANK Q JHANCE!!