Re: [Plplot-devel] cd library support in windows

2006-11-03 Thread Alan W. Irwin
Hi Werner: Just to give some background for everybody, CGM is a well-established open web standard for vector + raster graphics (see http://www.cgmopen.org/technical/cgm_standard.html) that was developed long before the excitement about the SVG standard for vector graphics. If you do a google sear

[Plplot-devel] gd driver on Windows works as well

2006-11-03 Thread Werner Smekal
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, wh

[Plplot-devel] cd library support in windows

2006-11-03 Thread Werner Smekal
Hi, yesterday I managed to add the cgm driver do the Windows build of plplot. I needed to write a CMakeLists.txt, since only Makefiles for unix were provided. This was a matter of less than 10 minutes - CMake rocks. Anyway, after a small change in the plplot cmake files the cd library was fou