]> git.saurik.com Git - wxWidgets.git/blame - docs/html/platform.htm
some old Danish translations
[wxWidgets.git] / docs / html / platform.htm
CommitLineData
ddb25746
VZ
1<html>
2<head>
c837a756 3 <title>Platforms supported by wxWindows 2.x</title>
ddb25746
VZ
4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 <meta name="Author" content="Vadim Zeitlin">
6</head>
7<body>
8
9You will find below the list of all supported platforms for different ports of wxWindows 2.x (wxMSW/wxGTK/wxMotif ports
10only). The cross icon in the third column doesn't mean that the platform is not supported, but just that wxWindows hasn't
c837a756
VZ
11been tested on it recently (the table is being updated for wxWindows 2.1.14
12beta currently).
13<p>
14See also the <A HREF=daily/>daily rebuilds page</A> for some of the platforms mentioned below.
ddb25746
VZ
15<p>
16If you have tested wxWindows on a platform not mentioned here, please tell us about your experience on our mailing list!
17We would especially like to have information about compiling wxGTK on other Unix variants, such as IRIX, DG-UX,
18other flavours of BSD, ...
19<p>
20
21<table width=100% border=4 cellpadding=5 cellspacing=0>
22
23<tr>
24<td bgcolor="#660000" colspan=5> <font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF"> wxWindows 2 Platforms </font> </td>
25</tr>
26
27<tr>
28<td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Platform </font> </td>
29<td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Compiler </font> </td>
30<td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Status </font> </td>
31<td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Tested by </font> </td>
32<td bgcolor="#DEDEDE" align=center valign=top> <font face="Arial, Lucida Sans, Helvetica" color="#000000"> Remarks </font> </td>
33</tr>
34
35<tr>
36<td bgcolor="#FFFFFF" align=center valign=center rowspan=6>Win32 (Windows 9x/NT)</td>
37 <td>Visual C++ 4.2/5.x/6.0</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>VZ, JS</td><td>Project files are provided for all versions except 4.2</td>
c837a756
VZ
38<tr> <td>Borland C++ 5.0</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td><br></td><td>Also works with free command line Borland C++ 5.5</td>
39<tr> <td>Myngw32</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>GRG, VZ</td><td>Cross compilation from Linux works as well<br>
40 Version 2.95.2 recommended, otherwise some (included) patches must be applied<br>
41 Memory debugging code doesn't seem to work well</td>
42<tr> <td>Cygwin</td><td align=center><IMG SRC="icons/no.gif" ALT=Unknown></td><td><br></td><td>Hasn't been tested recently, anyone?</td>
43<tr> <td>Watcom C++ 10</td><td align=center><IMG SRC="icons/somewhat.gif" ALT=Almost></td><td>JS</td><td>Tested with 10.6: works, but wxImage seems to be broken<br>no support for JPEG, TIFF or OpenGL</td>
ddb25746
VZ
44<tr> <td>Symantec C++</td><td align=center><IMG SRC="icons/no.gif" ALT=Unknown></td><td><br></td><td><br></td>
45</tr>
46
47<tr>
48<td bgcolor="#F0F0F0" align=center valign=center rowspan=2>Win16 (Windows 3.1)</td>
c837a756
VZ
49 <td>Visual C++ 1.52</td><td align=center><IMG SRC="icons/somewhat.gif" ALT=Ok></td><td><br></td>
50 <td rowspan=2 valign=center>Some features are missing (OLE related classes, threads, ...)<br>
51 Borland C++ can't cope with ODBC, resources and new wxGrid class</td>
52<tr> <td>Borland C++ 4.0/5.0</td><td align=center><IMG SRC="icons/somewhat.gif" ALT=Ok></td><td>JS</td>
ddb25746
VZ
53</tr>
54
55<tr>
56<td bgcolor="#FFFFFF" align=center valign=center rowspan=4>Linux</td>
c837a756 57 <td>wxGTK with gcc 2.7.2</td><td align=center><IMG SRC="icons/no.gif" ALT=Unknown></td><td><br></td><td>Should work, but nobody uses it any more</td>
ddb25746 58<tr> <td>wxGTK with egcs 1.1.1</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>VZ, RR</td><td><br></td>
c837a756 59<tr> <td>wxGTK with gcc 2.95</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td><br></td><td><br></td>
ddb25746
VZ
60<tr> <td>wxMotif with egcs 1.1.1</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td><br></td><td>with <a href=http://www.lesstif.org>LessTif</a> 0.87</td>
61</tr>
62
63<tr>
64<td bgcolor="#F0F0F0" align=center valign=center rowspan=1>FreeBSD</td>
c837a756 65 <td>wxGTK with gcc</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>VZ</td><td>Limited thread support on older systems</td>
ddb25746
VZ
66</tr>
67
68<tr>
69<td bgcolor="#FFFFFF" align=center valign=center rowspan=3>Solaris</td>
c837a756
VZ
70 <td>wxMotif with Sun CC 4.2</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td>VZ</td><td>Thread support must be disabled on system with not MT-safe X11</td>
71<tr> <td>wxMotif with gcc</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td><br></td><td><br></td>
72<tr> <td>wxGTK with gcc</td><td align=center><IMG SRC="icons/yes.gif" ALT=Ok></td><td><br></td><td><br></td>
ddb25746
VZ
73</tr>
74
75<tr>
76<td bgcolor="#F0F0F0" align=center valign=center rowspan=2>AIX</td>
77 <td>wxGTK with AIX CC</td><td align=center><IMG SRC="icons/no.gif" ALT=Unknown></td><td><br></td><td><br></td>
78<tr> <td>wxMotif with AIX CC</td><td align=center><IMG SRC="icons/no.gif" ALT=Unknown></td><td><br></td><td><br></td>
79</tr>
80
81<tr>
82<td bgcolor="#FFFFFF" align=center valign=center rowspan=2>HP-UX</td>
c837a756 83 <td>wxGTK with HP CC A.10.22</td><td align=center><IMG SRC="icons/somewhat.gif" ALT=Almost></td><td><br></td>
ddb25746
VZ
84 <td>special extra compiler options must be manually added, see the docs for details</td>
85<tr> <td>wxGTK with gcc</td><td align=center><IMG SRC="icons/no.gif" ALT=Unknown></td><td><br></td><td><br></td>
86</tr>
87
c837a756
VZ
88<tr>
89<td bgcolor="#F0F0F0" align=center valign=center rowspan=2>OS/2</td>
90 <td>VisualAge 3.0/4.0</td><td align=center><IMG SRC="icons/no.gif" ALT="Not yet"></td><td>DW</td>
91 <td rowspan=2 valign=center>OS/2 port is work in progress...</td>
92<tr> <td>EMX</td><td align=center><IMG SRC="icons/no.gif" ALT="Not yet"></td><td>SN</td>
93</tr>
94
ddb25746
VZ
95</table>
96
97<br>
98
99<hr>
100Contact <A HREF="mailto:zeitlin@dptmaths.ens-cachan.fr">me</A> with
101any comments/suggestions.
102
103</body>
104</html>