Re: Windows Procedural Programming
- From: "Phlip" <phlip_cpp@xxxxxxxxx>
- Date: Mon, 25 Jul 2005 02:16:15 GMT
Joe Butler wrote:
> By 'primitive', I'd read: 'fundamental', for 'generic', I'd read,
> 'fundamental'. For _zillions_, well, I've just counted how many calls
need
> to be made to get a window up - 7 API calls. Then it's a matter of how
> complex your Window behaviour is. If it's just gonna put some text on the
> screen, well, that's a 3 API calls - and 2 of those are just the markers
for
> the beginning and end of the graphics drawing handler. This is nothing
like
> the zillions mentioned.
I suspect that's 7 calls without the button.
I posted code requiring 0 calls for the window and about 2 for the button.
The library guesses: Gee maybe if they want a button, they need a window to
go under it.
That's what I mean by a smart wrapper.
--
Phlip
http://www.c2.com/cgi/wiki?ZeekLand
.
- Follow-Ups:
- Re: Windows Procedural Programming
- From: Joe Butler
- Re: Windows Procedural Programming
- References:
- Windows Procedural Programming
- From: Snooze
- Re: Windows Procedural Programming
- From: Joe Butler
- Re: Windows Procedural Programming
- From: Alf P. Steinbach
- Re: Windows Procedural Programming
- From: Joe Butler
- Windows Procedural Programming
- Prev by Date: Re: Windows Procedural Programming
- Next by Date: Re: Windows Procedural Programming
- Previous by thread: Re: Windows Procedural Programming
- Next by thread: Re: Windows Procedural Programming
- Index(es):