Re: Please use wxWidgets



TwistyCreek wrote:

> Please use wxWidgets, the multiplatform C++ class library. It's free,
> open-source and non-commercial. It's modeled after MFC ...

Full agreement on wxWidgets's stature, yet comparing it to MFC is unfair to
it.

wxWidgets uses a Message Map system (to route dynamically typed Observer
Pattern messages through C++'s static typing). Yet wxWidgets does not
indulge in MFC's endless coupling and vendor lockin.

Put simply, you can create one wxWidgets object, alone, without creating
everything else on the map just to couple to it.

> See http://www.wxwidgets.org for more information.
>
> (this has been a non-commercial presentation)

Fly the flag, dude!

--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!


.



Relevant Pages

  • Re: Transferring program to .dsk image on Win32?
    ... would have included the feature. ... be that it is written in C++, but that it uses MFC (MS Foundation ... A great first step would be porting the UI to WxWidgets. ... write Windows apps in C++, so it's what I used; ...
    (comp.sys.apple2)
  • Re: How is wxWindows related to Python?
    ... That is a reference to wxPython. ... the wxWidgets c++ library. ... > standard set of API accross multiple platforms (unlike MFC) and if the ...
    (comp.lang.python)
  • Re: C++ vs. C#
    ... Except the way wxWidgets uses to translate strings (based on string literals instead of IDs like MFC does), ... However, I don't like the lack of proper documentation in wxWidgests, especially if compared to the rich examples we can find for MFC. ...
    (microsoft.public.vc.mfc)
  • Please use wxWidgets
    ... Please use wxWidgets, ... It's modelled after MFC but it produces code which can ... be compiled into native code executables with ... the Windows executable looks a real Windows program, ...
    (comp.lang.cpp)
  • Re: MFC in Linux
    ... That's a bit unfair to wxWidgets ... ... it's much more than an MFC workalike! ... wxWidgets will not allow you to simply recompile an MFC app for ... linux, but if you port your code to wxWidgets you will be able to build it ...
    (microsoft.public.vc.mfc)