Re: A definitive answer to Win95 programming in Euphoria

new topic     » goto parent     » topic index » view thread      » older message » newer message

bonn ortloff wrote:

> >Fortunately, a couple of days ago Jacques posted a set of wrappers, where
>
> >all that is taken care of. So I'd highly recommend downloading that.
>
> Is _that_ what a wrapper is? a thing that has dll instructions already
> called out... er... something?
>

It's a more general wrapper. A "wrapper" is a function or procedure that
hides a bunch of messy details behind a nice interface, or a simple function
call. In the case of Jacques' code, he defines the prototypes, links to the
DLLs, and builds data structures that the functions need. And all you need
to do is a high level call to the "wrapper", and not concern yourself with
the messy details.

-- David Cuny

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu