[Lazarus] Teaching Pascal at College

Martin Schreiber mse00000 at gmail.com
Fri Oct 21 14:05:49 CEST 2016


On Friday 21 October 2016 13:26:13 Lars via Lazarus wrote:
> On Fri, October 21, 2016 2:11 am, Martin Schreiber via Lazarus wrote:
> > On Friday 21 October 2016 09:51:38 Lars via Lazarus wrote:
> >> I'm not so sure event driven programming is a must to become a
> >> competent programmer, I would have to think about that.
> >
> > "Event driven" probably means that there is an event queue with a central
> >  toolkit-main-eventloop which dispatches the events instead a program
> > specific flow control.
>
> What about a pure win32 API app written in C.  Do you essentially reinvent
> your own event system using callbacks with program flow control? Or the
> win32 api has an event system in its api itself?

Win32 API works with message queues.

Martin


More information about the Lazarus mailing list