Re: Win32 API Wraper library?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"John Blogger" <blenderhack@xxxxxxxxx> wrote in message
news:bac43b7d-d6df-4ce0-aad8-
Just plain win32 Api app development is time consuming.

I'm looking for a C++ library that should allow me to play with
windows standard controls (button, listboxes etc) and also give an
easy way to make custom controls easily. My specifications are >like
that of MFC but not complex like it. And the compiled exe should >be
small.

If you can't understand MFC, you won't understand any other library. MFC is
one of the thinnest, easiest wrapper libraries to work with (at least until
Microsoft merged that BCG garbage with it). ATL is way more complex and
unreadable / undebuggable.

To "play with standard" controls in MFC requires zero code on your part. Its
all created through the wizards & drag and drop.


.



Relevant Pages

  • My Review of MFC Beta
    ... Well....after reviewing the MFC beta here is my opinion, ... the new enterprise controls introduced to MFC are the Dockers and the ... responsible for compiling and generating the dlls) exposed as API? ...
    (microsoft.public.vc.mfc)
  • Re: C++ vs. C#
    ... The language itself is the culprit. ... libraries (and I would classify the libraries/frameworks as a kind of "tool" ... I really dont think MFC was designed well. ... If they want a newer framework, ...
    (microsoft.public.vc.mfc)
  • Re: How to start with MFC
    ... Sounds to me like a candiate for a dialog-based app. ... I usually spend a couple hours showing my students how ... only few of our computers support MFC properly. ... learn a WHOLE LOT about edit controls, push buttons, list controls, ...
    (microsoft.public.vc.mfc)
  • Re: why microsoft choose mfc rather than wtl?
    ... "It will cost you k dollars and n months to product this in MFC. ... I did three new controls this morning (one each derived from ... >> documentation)? ... >WTL is kinda neat ... ...
    (microsoft.public.vc.mfc)
  • Re: Modal dialog as thread
    ... threading and MFC experience of the person doing it. ... In this case setting controls values would be much easier. ... Convert modal dialogs to modeless by Jon S. Kyle ... ::PostMessageto post custom messages to the dialog. ...
    (microsoft.public.vc.mfc)