]>
Commit | Line | Data |
---|---|---|
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"> | |
15 | wxWindows 2 FAQ: General | |
16 | </font> | |
17 | </td> | |
18 | </tr> | |
19 | </table> | |
20 | ||
21 | <P> | |
22 | ||
23 | See also <a href="faq.htm">top-level FAQ page</a>. | |
24 | <hr> | |
25 | ||
26 | <H3><a name="whatis">What is wxWindows?</a></H3> | |
27 | ||
28 | wxWindows is a class library that allows you to compile graphical C++ programs on a range of | |
29 | different platforms. wxWindows defines a common API across platforms, but uses the native graphical user interface (GUI) on each platform, | |
30 | so your program will take on the native 'look and feel' that users are familiar with.<P> | |
31 | ||
32 | Although GUI applications are mostly built programmatically, there is a dialog editor to help | |
33 | build attractive dialogs and panels.<P> | |
34 | ||
35 | You don't have to use C++ to use wxWindows: wxWindows 1 has been interfaced to several interpreted languages, | |
36 | such 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 | ||
41 | Yes. Please see the <a href="newlicen.htm">licence</a> for details, but basically | |
42 | you can distribute proprietary binaries without distributing any source code, and neither will wxWindows | |
43 | conflict with GPL code you may be using or developing with it. | |
44 | <P> | |
45 | The conditions for using wxWindows 2 are the same whether you are a personal, academic | |
46 | or commercial developer. | |
47 | <P> | |
48 | ||
49 | <h3>Is there support?</h3> | |
50 | ||
51 | No official support, but the mailing list is very helpful and some people say that | |
52 | wxWindows support is better than for much commercial software. The developers are | |
53 | keen 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 | ||
58 | Many organisations - commercial, government, and academic - across the | |
59 | world. It's impossible to estimate the true number of users, since | |
60 | wxWindows is obtained by many different means, and we cannot monitor | |
61 | distribution. The mailing list contains around 300-400 entries which is | |
62 | quite large for a list of this type.<P> | |
63 | ||
64 | </font> | |
65 | ||
66 | </BODY> | |
67 | ||
68 | </HTML> |