Re: Win32 API Wraper library?
- From: "Somebody" <somebody@xxxxxxx>
- Date: Sun, 17 Aug 2008 11:54:02 -0700
"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.
.
- Follow-Ups:
- Re: Win32 API Wraper library?
- From: Sylvain SF
- Re: Win32 API Wraper library?
- From: Timo Kunze
- Re: Win32 API Wraper library?
- References:
- Win32 API Wraper library?
- From: John Blogger
- Re: Win32 API Wraper library?
- From: Alexander Grigoriev
- Re: Win32 API Wraper library?
- From: John Blogger
- Win32 API Wraper library?
- Prev by Date: Re: Win32 API Wraper library?
- Next by Date: Re: Win32 API Wraper library?
- Previous by thread: Re: Win32 API Wraper library?
- Next by thread: Re: Win32 API Wraper library?
- Index(es):
Relevant Pages
|