]> git.saurik.com Git - wxWidgets.git/blame - docs/html/faqgen.htm
1. wxMotif fixes for compilation in "no compatible" mode
[wxWidgets.git] / docs / html / faqgen.htm
CommitLineData
ce3ed50d
JS
1<HTML>
2
3<HEAD>
4<TITLE>wxWindows 2 FAQ: General</TITLE>
5</HEAD>
6
7<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#FF0000 VLINK=#000000>
8
9<font face="Arial, Lucida Sans, Helvetica">
10
11<table width=100% border=4 cellpadding=5 cellspacing=0>
12<tr>
13<td bgcolor="#660000">
14<font size=+1 face="Arial, Lucida Sans, Helvetica" color="#FFFFFF">
15wxWindows 2 FAQ: General
16</font>
17</td>
18</tr>
19</table>
20
21<P>
22
23See also <a href="faq.htm">top-level FAQ page</a>.
24<hr>
25
26<H3><a name="whatis">What is wxWindows?</a></H3>
27
28wxWindows is a class library that allows you to compile graphical C++ programs on a range of
29different platforms. wxWindows defines a common API across platforms, but uses the native graphical user interface (GUI) on each platform,
30so your program will take on the native 'look and feel' that users are familiar with.<P>
31
32Although GUI applications are mostly built programmatically, there is a dialog editor to help
33build attractive dialogs and panels.<P>
34
35You don't have to use C++ to use wxWindows: wxWindows 1 has been interfaced to several interpreted languages,
36such as CLIPS, Python, Scheme, XLisp and Perl, and there is a Python interface for wxWindows 2.
37<P>
38
39<h3>Can I use wxWindows 2 for both proprietary (commercial) projects, and GPL'ed projects?</h3>
40
41Yes. Please see the <a href="newlicen.htm">licence</a> for details, but basically
42you can distribute proprietary binaries without distributing any source code, and neither will wxWindows
43conflict with GPL code you may be using or developing with it.
44<P>
45The conditions for using wxWindows 2 are the same whether you are a personal, academic
46or commercial developer.
47<P>
48
49<h3>Is there support?</h3>
50
51No official support, but the mailing list is very helpful and some people say that
52wxWindows support is better than for much commercial software. The developers are
53keen to fix bugs as soon as possible, though obviously there are no guarantees.
54<P>
55
56<H3><a name="users">Who uses wxWindows?</a></H3>
57
58Many organisations - commercial, government, and academic - across the
59world. It's impossible to estimate the true number of users, since
60wxWindows is obtained by many different means, and we cannot monitor
61distribution. The mailing list contains around 300-400 entries which is
62quite large for a list of this type.<P>
63
64</font>
65
66</BODY>
67
68</HTML>