Difference between revisions of "WxBase"

From AMule Project FAQ
Jump to: navigation, search
m (Language Link)
Line 1: Line 1:
 +
<center>'''English''' |[[WxBase-de|Deutsch]]</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).
 
[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).
 
 
<h2> All Your wxBase Are Belong to Us </h2>
 

Revision as of 10:36, 28 November 2007

English |Deutsch

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).