1. what is a dll?

Please help me, i dont know what a dll is, any help appreciated. Thanks
Craig

new topic     » topic index » view message » categorize

2. Re: what is a dll?

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 message » categorize

3. Re: what is a dll?

Wednesday, June 13, 2001, 7:12:50 AM, you wrote:

chc> Please help me, i dont know what a dll is, any help appreciated. Thanks
chc> Craig

A dll is a library of commands created manualy that can be used to any program
which
needs it

Best regards,
 Gustavo (White Crow)
 Send me a mail to 2anmagudi at infovia.com.ar

new topic     » goto parent     » topic index » view message » categorize

4. Re: what is a dll?

>From Webopedia.internet.com :

"Short for Dynamic Link Library, a library of executable functions or data
that can be used by a Windows application. Typically, a DLL provides one or
more particular functions and a program accesses the functions by creating
either a static or dynamic link to the DLL. A static link remains constant
during program execution while a dynamic link is created by the program as
needed. DLLs can also contain just data. DLL files usually end with the
extension .dll,.exe., drv, or .fon.
A DLL can be used by several applications at the same time. Some DLLs are
provided with the Windows operating system and available for any Windows
application. Other DLLs are written for a particular application and are
loaded with the application."

Regards,

Maurizio

----- Original Message -----

From: <2anmagudi at infovia.com.ar>
To: "EUforum" <EUforum at topica.com>
Sent: Thursday, June 14, 2001 5:10 AM
Subject: Re: what is a dll?


> >
> >
> Wednesday, June 13, 2001, 7:12:50 AM, you wrote:
>
> chc> Please help me, i dont know what a dll is, any help appreciated.
Thanks
> chc> Craig
>
> A dll is a library of commands created manualy that can be used to any
program which
> needs it
>
> Best regards,
>  Gustavo (White Crow)
>  Send me a mail to 2anmagudi at infovia.com.ar
>
> >
> >
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu