Hi, I fixed the problem with the gd driver on windows, the file io is now not handled by the gd library - instead the driver only gets a pointer to the image data from the gd library and writes it to the file itself. Such problems occurs if both libraries are compiled with different c libs, which is the case here. Compiling the gd library on our own is not really an option, since too complicated.
Since this change should also work fine on Linux (don't see any problems), I didn't put an #ifdef/#endif clause around it. I tested this change for Visual C++ 2005 for gif/png/jpeg and all worked well. So we can tick this driver off for windows as well for all compilers. Regards, Werner -- Dipl. Ing. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: [EMAIL PROTECTED] web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office) +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
