General Observations

team bbl


The processes of programming with MFC and programming with wxWidgets are fairly similar. In each, you write application, window, and other classes; create dialogs using suitable tools; define how user interaction relates to code; and compile and link the code with the GUI library. You can continue to use (say) Visual Studio to edit, compile, and debug your wxWidgets applications, using external tools such as DialogBlocks to create your dialogs. Or, you can use an open source IDE such as Dev-C++ or Eclipse; you can even switch to Linux or Mac as your main platform.

On Windows, you can combine MFC and wxWidgets code into a single executable: see samples/mfc in wxWidgets. So if you really need to, you may be able to delay porting parts of your code as long as you only need it on Windows. However, the complexity and space overhead of combining two frameworks means that a clean break from MFC is a better strategy.

    team bbl



    Cross-Platform GUI Programming with wxWidgets
    Cross-Platform GUI Programming with wxWidgets
    ISBN: 0131473816
    EAN: 2147483647
    Year: 2005
    Pages: 262

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net