Difference between revisions of "WxBase"

From AMule Project FAQ
Jump to: navigation, search
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[http://www.wxwindows.org/dl_base.htm wxBase] is a subset of [[wxWidgets]] comprised by the non-GUI classes. It includes [[wxWidgets]] container and primitive data type classes (including [http://www.wxwindows.org/manuals/2.4.2/wx368.htm wxString], [http://www.wxwindows.org/manuals/2.4.2/wx92.htm wxDateTime] and so on) and also useful wrappers for the operating system objects such as files, processes, threads, sockets and so on. With very minor exceptions [http://www.wxwindows.org/dl_base.htm wxBase] may be used in exactly the same way as [[wxWidgets]] but it doesn't require a GUI to run and so is ideal for creating console mode utilities or server programs. It is also possible to create a program which can be compiled either as a console application (using [http://www.wxwindows.org/dl_base.htm wxBase]) or a GUI one (using a full featured [[wxWidgets]] port)..
+
<center>'''English''' | [[WxBase-de|Deutsch]] | [[WxBase-es|Español]]</center>
 +
[http://www.wxwindows.org/dl_base.htm wxBase] is a subset of [[wxWidgets]] comprised by the non-GUI classes. It includes [[wxWidgets]] container and primitive data type classes (including [http://www.wxwindows.org/manuals/2.4.2/wx368.htm wxString], [http://www.wxwindows.org/manuals/2.4.2/wx92.htm wxDateTime] and so on) and also useful wrappers for the operating system objects such as files, processes, threads, sockets and so on. With very minor exceptions [http://www.wxwindows.org/dl_base.htm wxBase] may be used in exactly the same way as [[wxWidgets]] but it doesn't require a GUI to run and so is ideal for creating console mode utilities or server programs. It is also possible to create a program which can be compiled either as a console application (using [http://www.wxwindows.org/dl_base.htm wxBase]) or a GUI one (using a full featured [[wxWidgets]] port).

Latest revision as of 16:52, 8 September 2009

English | Deutsch | Español

wxBase is a subset of wxWidgets comprised by the non-GUI classes. It includes wxWidgets container and primitive data type classes (including wxString, wxDateTime and so on) and also useful wrappers for the operating system objects such as files, processes, threads, sockets and so on. With very minor exceptions wxBase may be used in exactly the same way as wxWidgets but it doesn't require a GUI to run and so is ideal for creating console mode utilities or server programs. It is also possible to create a program which can be compiled either as a console application (using wxBase) or a GUI one (using a full featured wxWidgets port).