<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Overview_of_the_status_on_Windows</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>Recent changes to Overview_of_the_status_on_Windows</description><atom:link href="https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 02 Dec 2018 21:21:24 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/feed" rel="self" type="application/rss+xml"/><item><title>Overview_of_the_status_on_Windows modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -71,5 +71,4 @@
 -   \(10) The fact that the wingcc driver works under bare Windows, means that the win3 driver is redundant. We could phase it out in due time.
 -   \(11) Cairo was obtained as part of GTK here: &amp;lt;http: download-windows.html="" www.gtk.org=""&amp;gt;

-
 The content of this page is available under the [GNU Free Documentation License 1.2](http://www.gnu.org/copyleft/fdl.html).
&amp;lt;/http:&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 02 Dec 2018 21:21:24 -0000</pubDate><guid>https://sourceforge.net3ccbbe48f314ed69ce76658d310aec05c6f9b4cb</guid></item><item><title>Overview_of_the_status_on_Windows modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -12,7 +12,7 @@

 This page presents an overview of the various Windows platforms and the status of the CBS for them.

-The platforms are "canonical": we assume typical or often encountered installations. For "bare Windows" this means Windows XP, Microsoft Visual C/C++ (version 2013 and newer). For Cygwin and MinGW this is the suite of GCC compilers. Since 64 bits platforms are the standard, we report the results for the 64-bits versions of all platforms. For MinGW in particular we use the newer MinGW-w64/MSYS2 platform. 
+The platforms are "canonical": we assume typical or often encountered installations. For "bare Windows" this means Windows XP, Microsoft Visual C/C++ (version 2013 and newer). For Cygwin and MinGW this is the suite of GCC compilers. Since 64 bits platforms are the standard, we report the results for the 64-bits versions of all platforms. For MinGW in particular we use the newer MinGW-w64/MSYS2 platform.

 Status per 2 October 2017, Arjen Markus, Werner Smekal and Hazen Babcock

@@ -26,33 +26,33 @@
 AGG support | Yes | . | Yes | . | .
 Shapelib support | . | Yes | Yes | . | .

-Languages| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5 
+Languages| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5
 ---|---|---|---|---|---
 C | Yes | Yes | Yes | Yes | Yes
 C++ | Yes | Yes | Yes | No | No(2)
 D (3) | . | . | . | . | .
 Fortran 2003 (4) | Yes | Yes | Yes | . | .
-Java (5) | Yes | No | No | - | - 
+Java (5) | Yes | No | No | - | -
 Lua | . | Yes | Yes | . | .
 Ocaml (6) | . | No | No | . | .
 Octave (7) | . | No | No | . | .
-Perl (8) | - | - | - | - | - 
-Python | Yes | Yes | Yes | - | - 
-Ada | - | No | Yes | - | - 
-Tcl | Yes | Yes | Yes | - | - 
-Tk | . | (9) | . | - | - 
+Perl (8) | - | - | - | - | -
+Python | Yes | Yes | Yes | - | -
+Ada | - | No | Yes | - | -
+Tcl | Yes | Yes | Yes | - | -
+Tk | . | (9) | . | - | -

-Drivers| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5 
+Drivers| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5
 ---|---|---|---|---|---
 PostScript (psc) | Yes | Yes | Yes | Yes | Yes
-PostScript (psttf) | Yes | Yes | Yes | . | . 
-Wingcc (10) | Yes | Yes | Yes | . | Yes 
-gd (png, jpeg, gif) | Yes | Yes | Yes | Yes | No 
-wxWidgets | Yes | Yes | Yes | . | . 
-cgm | Yes | Yes | Yes | Yes | Yes 
-svg | Yes | Yes | Yes | . | . 
-pdf | Yes | Yes | Yes | . | . 
-cairo (11) | Yes | Yes | Yes | . | . 
+PostScript (psttf) | Yes | Yes | Yes | . | .
+Wingcc (10) | Yes | Yes | Yes | . | Yes
+gd (png, jpeg, gif) | Yes | Yes | Yes | Yes | No
+wxWidgets | Yes | Yes | Yes | . | .
+cgm | Yes | Yes | Yes | Yes | Yes
+svg | Yes | Yes | Yes | . | .
+pdf | Yes | Yes | Yes | . | .
+cairo (11) | Yes | Yes | Yes | . | .
 qt | Yes | Yes | Yes | . | .

 Notes:
@@ -64,7 +64,7 @@
 -   \(3) There do not seem to be free D compilers for the Windows platform.
 -   \(4) The Fortran compilers tested include gfortran, Intel Fortran and NAG Fortran. The main requirement is that the compiler supports the Fortran 2003 standard.
 -   \(5) There is a Java compiler as part of the GCC compiler suite, but support for it under CMake seems to be limited.
--   \(6) For support of the Ocaml binding a component is missing - camlidl. 
+-   \(6) For support of the Ocaml binding a component is missing - camlidl.
 -   \(7) For support of the Octave binding Octave 3 is preferred. The Octave 4 binding is under test.
 -   \(8) The support for PLplot under Perl is outside of the PLplot project.
 -   \(9) The Tk binding is available if you have an X Server running at configure time.
@@ -73,4 +73,3 @@

 The content of this page is available under the [GNU Free Documentation License 1.2](http://www.gnu.org/copyleft/fdl.html).
-
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 02 Dec 2018 20:39:31 -0000</pubDate><guid>https://sourceforge.netd4ae6c9c52db97678aa217f9aa1d9cd9baffdcd5</guid></item><item><title>Overview_of_the_status_on_Windows modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,3 +1,15 @@
+
+
 This page presents an overview of the various Windows platforms and the status of the CBS for them.

 The platforms are "canonical": we assume typical or often encountered installations. For "bare Windows" this means Windows XP, Microsoft Visual C/C++ (version 2013 and newer). For Cygwin and MinGW this is the suite of GCC compilers. Since 64 bits platforms are the standard, we report the results for the 64-bits versions of all platforms. For MinGW in particular we use the newer MinGW-w64/MSYS2 platform. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sat, 03 Nov 2018 08:30:58 -0000</pubDate><guid>https://sourceforge.net1c950b25843f9967ee9f113f947eb9aeb9c03ba7</guid></item><item><title>Overview_of_the_status_on_Windows modified by Arjen Markus</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -12,6 +12,7 @@
 Freetype support | Yes | Yes | Yes | . | .
 QHull support | Yes |  Yes | Yes | . | .
 AGG support | Yes | . | Yes | . | .
+Shapelib support | . | Yes | Yes | . | .

 Languages| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5 
 ---|---|---|---|---|---
@@ -32,7 +33,7 @@
 Drivers| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5 
 ---|---|---|---|---|---
 PostScript (psc) | Yes | Yes | Yes | Yes | Yes
-PostScript (psttf) | . | . | Yes | . | . 
+PostScript (psttf) | Yes | Yes | Yes | . | . 
 Wingcc (10) | Yes | Yes | Yes | . | Yes 
 gd (png, jpeg, gif) | Yes | Yes | Yes | Yes | No 
 wxWidgets | Yes | Yes | Yes | . | . 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arjen Markus</dc:creator><pubDate>Mon, 02 Oct 2017 17:38:09 -0000</pubDate><guid>https://sourceforge.netedba7d602fab802ed8ea971cfcd22df48e58a957</guid></item><item><title>Overview_of_the_status_on_Windows modified by Arjen Markus</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,55 +1,62 @@
 This page presents an overview of the various Windows platforms and the status of the CBS for them.

-The platforms are "canonical": we assume typical or often encountered installations. For "bare Windows" this means Windows XP, Microsoft Visual C/C++ (version 6.0, 2003 or 2005, but currently with an emphasis on version 6.0). For Cygwin and MinGW this is the suite of GCC compilers.
+The platforms are "canonical": we assume typical or often encountered installations. For "bare Windows" this means Windows XP, Microsoft Visual C/C++ (version 2013 and newer). For Cygwin and MinGW this is the suite of GCC compilers. Since 64 bits platforms are the standard, we report the results for the 64-bits versions of all platforms. For MinGW in particular we use the newer MinGW-w64/MSYS2 platform. 

-Status per 27 April 2010, Arjen Markus, Werner Smekal and Hazen Babcock
+Status per 2 October 2017, Arjen Markus, Werner Smekal and Hazen Babcock

-Library options | Bare Windows | Cygwin | MinGW | Borland 5.5 |Open Watcom 1.5 
+Library options | Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5 (1)
 ---|---|---|---|---|---
 Static libraries | Yes | Yes | Yes | Yes | Yes
 Shared libraries (DLL)| Yes | Yes | Yes | Yes | Yes
 Dynamic drivers | Yes | Yes | Yes | . | .
 Freetype support | Yes | Yes | Yes | . | .
-QHull support | Yes | . | Yes | . | .
+QHull support | Yes |  Yes | Yes | . | .
 AGG support | Yes | . | Yes | . | .

-Languages| Bare Windows | Cygwin | MinGW | Borland 5.5 |Open Watcom 1.5 
+Languages| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5 
 ---|---|---|---|---|---
 C | Yes | Yes | Yes | Yes | Yes
-C++ | Yes | Yes(1) | Yes | No | No(2)
-Fortran 95 | Yes(3) | Yes | Yes(4) | . | .
-Java | Yes | . | No | - | - 
-Perl | . | . | . | - | - 
-Python | Yes | . | Yes | - | - 
-Ada | - | . | Yes | - | - 
-Tcl | Yes(5) | Yes | Yes | - | - 
-Tk | . | (6) | . | - | - 
+C++ | Yes | Yes | Yes | No | No(2)
+D (3) | . | . | . | . | .
+Fortran 2003 (4) | Yes | Yes | Yes | . | .
+Java (5) | Yes | No | No | - | - 
+Lua | . | Yes | Yes | . | .
+Ocaml (6) | . | No | No | . | .
+Octave (7) | . | No | No | . | .
+Perl (8) | - | - | - | - | - 
+Python | Yes | Yes | Yes | - | - 
+Ada | - | No | Yes | - | - 
+Tcl | Yes | Yes | Yes | - | - 
+Tk | . | (9) | . | - | - 

-Drivers| Bare Windows | Cygwin | MinGW | Borland 5.5 |Open Watcom 1.5 
+Drivers| Bare Windows | Cygwin 64 | MinGW-w64/MSYS2 | Borland 5.5 |Open Watcom 1.5 
 ---|---|---|---|---|---
 PostScript (psc) | Yes | Yes | Yes | Yes | Yes
 PostScript (psttf) | . | . | Yes | . | . 
-Wingcc (7) | Yes | Yes | Yes | . | Yes 
+Wingcc (10) | Yes | Yes | Yes | . | Yes 
 gd (png, jpeg, gif) | Yes | Yes | Yes | Yes | No 
-wxWidgets | Yes | . | Yes | . | . 
+wxWidgets | Yes | Yes | Yes | . | . 
 cgm | Yes | Yes | Yes | Yes | Yes 
-svg | Yes | . | Yes | . | . 
-pdf | Yes | . | Yes | . | . 
-cairo (8) | . | . | Yes | . | . 
-qt | . | . | Yes | . | .
+svg | Yes | Yes | Yes | . | . 
+pdf | Yes | Yes | Yes | . | . 
+cairo (11) | Yes | Yes | Yes | . | . 
+qt | Yes | Yes | Yes | . | .

 Notes:

 -   A dot (.) simply means this aspect has not yet been tested.
 -   A dash (-) means that this option will not be supported for this compiler, as others covers this field.
--   \(1) GNU C++ caused a problem on one machine, but others were successful. Something wrong with the toolchain?
+-   \(1) The Borland and Open Watcom compilers have not been tested in several years. For the time being we keep them in this status report.
 -   \(2) C++ Bindings are in the moment not available, because of invalid characters in the foldername.
--   \(3) Compaq Visual Fortran works now with the extra CMake module, when using shared libraries (DLL). Main issue: the location of all DLLs that are used.
--   \(4) The Fortran compilers used is normally gfortran. For MingW it was tested with g95.
--   \(5) The build succeeds currently, but pltcl.exe, the shell that is built, is missing DLLs. You need to copy these into the proper directory manually. (And you need to tell it where to find the Tcl initialisation files).
--   \(6) The Tk bindings may use more of the X Window library than has been ported to the Cygwin/MinGW platform. There is also the issue of several UNIX specific Tcl routines that have no equivalent on Windows.
--   \(7) The fact that the wingcc driver works under bare Windows, means that the win3 driver is redundant. We could phase it out in due time.
--   \(8) Cairo was obtained as part of GTK here: &amp;lt;http: www.gtk.org="" download-windows.html=""&amp;gt;
+-   \(3) There do not seem to be free D compilers for the Windows platform.
+-   \(4) The Fortran compilers tested include gfortran, Intel Fortran and NAG Fortran. The main requirement is that the compiler supports the Fortran 2003 standard.
+-   \(5) There is a Java compiler as part of the GCC compiler suite, but support for it under CMake seems to be limited.
+-   \(6) For support of the Ocaml binding a component is missing - camlidl. 
+-   \(7) For support of the Octave binding Octave 3 is preferred. The Octave 4 binding is under test.
+-   \(8) The support for PLplot under Perl is outside of the PLplot project.
+-   \(9) The Tk binding is available if you have an X Server running at configure time.
+-   \(10) The fact that the wingcc driver works under bare Windows, means that the win3 driver is redundant. We could phase it out in due time.
+-   \(11) Cairo was obtained as part of GTK here: &amp;lt;http: www.gtk.org="" download-windows.html=""&amp;gt;

 The content of this page is available under the [GNU Free Documentation License 1.2](http://www.gnu.org/copyleft/fdl.html).
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arjen Markus</dc:creator><pubDate>Mon, 02 Oct 2017 17:35:47 -0000</pubDate><guid>https://sourceforge.net06e1098e632d7280b664f4e4d9e0b0d83b749f05</guid></item><item><title>Overview_of_the_status_on_Windows modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sun, 05 Oct 2014 19:33:36 -0000</pubDate><guid>https://sourceforge.net426b0bff9fff9a6887c4e5087c0721f00f9c0446</guid></item><item><title>Overview_of_the_status_on_Windows modified by Alan W. Irwin</title><link>https://sourceforge.net/p/plplot/wiki/Overview_of_the_status_on_Windows/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This page presents an overview of the various Windows platforms and the status of the CBS for them.&lt;/p&gt;
&lt;p&gt;The platforms are "canonical": we assume typical or often encountered installations. For "bare Windows" this means Windows XP, Microsoft Visual C/C++ (version 6.0, 2003 or 2005, but currently with an emphasis on version 6.0). For Cygwin and MinGW this is the suite of GCC compilers.&lt;/p&gt;
&lt;p&gt;Status per 27 April 2010, Arjen Markus, Werner Smekal and Hazen Babcock&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Library options&lt;/th&gt;
&lt;th&gt;Bare Windows&lt;/th&gt;
&lt;th&gt;Cygwin&lt;/th&gt;
&lt;th&gt;MinGW&lt;/th&gt;
&lt;th&gt;Borland 5.5&lt;/th&gt;
&lt;th&gt;Open Watcom 1.5&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Static libraries&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Shared libraries (DLL)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Dynamic drivers&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Freetype support&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;QHull support&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;AGG support&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Languages&lt;/th&gt;
&lt;th&gt;Bare Windows&lt;/th&gt;
&lt;th&gt;Cygwin&lt;/th&gt;
&lt;th&gt;MinGW&lt;/th&gt;
&lt;th&gt;Borland 5.5&lt;/th&gt;
&lt;th&gt;Open Watcom 1.5&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;C&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;C++&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes(1)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;No(2)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fortran 95&lt;/td&gt;
&lt;td&gt;Yes(3)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes(4)&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Java&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Perl&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Python&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ada&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tcl&lt;/td&gt;
&lt;td&gt;Yes(5)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tk&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;(6)&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;td&gt;-&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Drivers&lt;/th&gt;
&lt;th&gt;Bare Windows&lt;/th&gt;
&lt;th&gt;Cygwin&lt;/th&gt;
&lt;th&gt;MinGW&lt;/th&gt;
&lt;th&gt;Borland 5.5&lt;/th&gt;
&lt;th&gt;Open Watcom 1.5&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;PostScript (psc)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PostScript (psttf)&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Wingcc (7)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;gd (png, jpeg, gif)&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;wxWidgets&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cgm&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;svg&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;pdf&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;cairo (8)&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;qt&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;Yes&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Notes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A dot (.) simply means this aspect has not yet been tested.&lt;/li&gt;
&lt;li&gt;A dash (-) means that this option will not be supported for this compiler, as others covers this field.&lt;/li&gt;
&lt;li&gt;(1) GNU C++ caused a problem on one machine, but others were successful. Something wrong with the toolchain?&lt;/li&gt;
&lt;li&gt;(2) C++ Bindings are in the moment not available, because of invalid characters in the foldername.&lt;/li&gt;
&lt;li&gt;(3) Compaq Visual Fortran works now with the extra CMake module, when using shared libraries (DLL). Main issue: the location of all DLLs that are used.&lt;/li&gt;
&lt;li&gt;(4) The Fortran compilers used is normally gfortran. For MingW it was tested with g95.&lt;/li&gt;
&lt;li&gt;(5) The build succeeds currently, but pltcl.exe, the shell that is built, is missing DLLs. You need to copy these into the proper directory manually. (And you need to tell it where to find the Tcl initialisation files).&lt;/li&gt;
&lt;li&gt;(6) The Tk bindings may use more of the X Window library than has been ported to the Cygwin/MinGW platform. There is also the issue of several UNIX specific Tcl routines that have no equivalent on Windows.&lt;/li&gt;
&lt;li&gt;(7) The fact that the wingcc driver works under bare Windows, means that the win3 driver is redundant. We could phase it out in due time.&lt;/li&gt;
&lt;li&gt;(8) Cairo was obtained as part of GTK here: &lt;a href="http://www.gtk.org/download-windows.html" rel="nofollow"&gt;http://www.gtk.org/download-windows.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The content of this page is available under the &lt;a class="" href="http://www.gnu.org/copyleft/fdl.html" rel="nofollow"&gt;GNU Free Documentation License 1.2&lt;/a&gt;.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan W. Irwin</dc:creator><pubDate>Sat, 04 Oct 2014 02:23:12 -0000</pubDate><guid>https://sourceforge.netb790cb09bf0acdebd5f06b4f4e1f424bb2ed04eb</guid></item></channel></rss>