Hi there,

the last change broke the OSGTIFFImageFileType.cpp in line 337 on the 
VC8 compiler
.
The line

if (TIFFReadRGBAImage(in, w, h, buffer, 1) == 0)

should be

if (TIFFReadRGBAImage(in, w, h, reinterpret_cast<uint32*>(buffer), 1) == 0)

Maybe someone can fix this.

Michael

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to