What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » what is a DLL

what is a DLL
Author: Message:
lozz 777
New Member
*


Posts: 4
Joined: Sep 2004
O.P. Huh?  what is a DLL
what is a DLL, and how can i make it work for handwriting,  i've downloaded ink redistributable but it says it cannot write the DLL
09-06-2004 04:02 PM
Profile E-Mail PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: what is a DLL
For handwriting: http://shoutbox.menthix.net/showthread.php?tid=22276

As for what a DLL is:
DLL stands for Dynamically Loadable Library. It's basically a programlet (invented a new word :banana:) that programs can load to perform certain tasks.
[Image: spartaafk.png]
09-06-2004 10:05 PM
Profile PM Web Find Quote Report
michael_m91
Full Member
***


Posts: 371
Reputation: 1
33 / Male / –
Joined: Jan 2004
RE: RE: what is a DLL
quote:
Originally posted by raceprouk
For handwriting: http://shoutbox.menthix.net/showthread.php?tid=22276

As for what a DLL is:
DLL stands for Dynamically Loadable Library. It's basically a programlet (invented a new word :banana:) that programs can load to perform certain tasks.


No its not, It stands for Dynamic Link Library

[Image: Email.JPG]
09-06-2004 10:08 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: what is a DLL
quote:
Originally posted by michael_m91
No its not, It stands for Dynamic Link Library
That's what a lot of people think, but I can assure you it *is* Dynamically Loadable Library. When you think about it, 'Dynamically Loadable' is closer to the intended purpose, which is dynamic loading of shared code.
If you'd said 'Dynamically Linkable', then I'd just say thats pretty much the same as 'Dynamically Loadable'.

A little thought goes a long way...
[Image: spartaafk.png]
09-06-2004 10:12 PM
Profile PM Web Find Quote Report
michael_m91
Full Member
***


Posts: 371
Reputation: 1
33 / Male / –
Joined: Jan 2004
RE: RE: what is a DLL
quote:
Originally posted by raceprouk
quote:
Originally posted by michael_m91
No its not, It stands for Dynamic Link Library
That's what a lot of people think, but I can assure you it *is* Dynamically Loadable Library. When you think about it, 'Dynamically Loadable' is closer to the intended purpose, which is dynamic loading of shared code.
If you'd said 'Dynamically Linkable', then I'd just say thats pretty much the same as 'Dynamically Loadable'.

A little thought goes a long way...



WRONG

DLL An abbreviation for dynamic link library, a file containing a collection of Windows functions designed to perform a specific class of operations. Most DLLs carry the .DLL extension, but some Windows DLLs, such as Gdi32.exe, use the .EXE extension. Functions within DLLs are called (invoked) by applications as necessary to perform the desired operation.

Text comes from - http://www.pace.ch/cours/glossary.htm

More Links:
Google's Define Command - http://www.google.com/search?q=define+DLL
DLL definition - define DLL - http://www.isprank.com/glossary/DLL.html

This post was edited on 09-07-2004 at 01:11 AM by michael_m91.

[Image: Email.JPG]
09-06-2004 10:14 PM
Profile E-Mail PM Web Find Quote Report
red3vil
Junior Member
**

Avatar
The dutch in a rush.

Posts: 97
– / Male / –
Joined: Dec 2003
RE: what is a DLL
i knew that... that one of the first things you learn with delphi :-/
RedWhiteBlue
      pride
09-07-2004 01:06 AM
Profile E-Mail PM Web Find Quote Report
michael_m91
Full Member
***


Posts: 371
Reputation: 1
33 / Male / –
Joined: Jan 2004
RE: RE: what is a DLL
quote:
Originally posted by red3vil
i knew that... that one of the first things you learn with delphi :-/


Knew What? Lol theres two arguments going on here

Dynamic Link Library and Dynamic Loadable Library.

Knew What? Describe Please.



Oh and I found mre info about What Dll's stand for.

quote:
Originally found from the MSDN Library
DLLs for Beginners
Debabrata Sarma

Microsoft Developer Support

November 1996

Introduction
The objective of this article is to introduce the concepts of the Dynamic Link Library (DLL) and the mechanism of writing a DLL for Microsoft® Windows® applications. This discussion is limited to 32-bit applications using Microsoft Visual C++® version 4.0 or later and versions 2.x. Appendix A contains information about 16-bit DLL implementation and porting to 32-bit DLLs.

Most references used in this article are available in the Microsoft Developer Network Library (MSDN Library). The articles cited in the text that are followed by a "Q" number can be found either in the MSDN Library or in the Knowledge Base at http://www.microsoft.com/kb/default.asp.


This post was edited on 09-07-2004 at 01:18 AM by michael_m91.

[Image: Email.JPG]
09-07-2004 01:09 AM
Profile E-Mail PM Web Find Quote Report
red3vil
Junior Member
**

Avatar
The dutch in a rush.

Posts: 97
– / Male / –
Joined: Dec 2003
RE: what is a DLL
[Image: dll.JPG]

ehhh, do i need to say more?;):P
RedWhiteBlue
      pride
09-07-2004 01:23 AM
Profile E-Mail PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: what is a DLL
quote:
Originally posted by raceprouk
When you think about it, 'Dynamically Loadable' is closer to the intended purpose, which is dynamic loading of shared code.
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. And that's where the "link" comes from.


Dynamic Link Library: 101000 hits
Dynamic Load Library: 1100 hits
Dynamic Loadable Library: 349 hits
Dynamic Linkable Library: 129 hits
And this scheme repeats itself in any search you'll do...

So stop the fight :p

This post was edited on 09-07-2004 at 09:37 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
09-07-2004 09:31 AM
Profile PM Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: what is a DLL
Now, had that post been first, there would have been no problem.
The split makes that meaningless...

Anyway, as some may have noticed, Cookie went about it the right way: plenty of evidence, but posted in one go.

People get ratty when they get told the same thing by several people, me included.

This post was edited on 09-07-2004 at 10:13 PM by RaceProUK.
[Image: spartaafk.png]
09-07-2004 09:52 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On