Re: what is a dll?

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

On Wed, 13 Jun 2001 craigwoolmer at hotmail.com wrote:

> 
> Please help me, i dont know what a dll is, any help appreciated. Thanks
> Craig
> 
 
Put simply, just a bunch of compiled 'functions' - as opposed to a 
complete, runnable program - which you can call from your running program.

DLL's sometimes contain other stuff as well - bitmaps, icons, and 
various other data which programs may want to use, generally referred
to as 'resources'.

The purpose, of course, was to save space and to prevent 
programmers from having to continually 're-invent the wheel' 
with each program they write.

Regards,
Irv

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

Search



Quick Links

User menu

Not signed in.

Misc Menu