Difference between revisions of "WxBase"
From AMule Project FAQ
(Someone set us up the wxBomb) |
|||
Line 2: | Line 2: | ||
− | + | <h2> All Your wxBase Are Belong to Us </h2> |
Revision as of 05:05, 22 March 2005
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).