The Free-Dynamic Link Library(DLL's) & Web Resourses Sit
Posted: Thu Jun 03, 2004 4:33 pm
The Free-Dynamic Link Library(DLL's):
A Dynamic Link Library (DLL) is a file of code containing functions that can be called from other executable code (either an application or another DLL). Programmers use DLLs to provide code that they can reuse and to parcel out distinct jobs. Unlike an executable (EXE) file, a DLL cannot be directly run. DLLs must be called from other code that is already executing.
In more understandable words, a DLL is a file which does a particular job, and allows other programs to use its efforts in assisting the program's job. Some programs use a DLL so that they won't need to spend time figuring out how to do that job. For example, Microsoft has a DLL comctl32.dll which does all the user interface jobs (toolbars, text boxes, scroll bars, etc). So, other programs use that DLL so they won't have to create their own edit boxes, etc. When a program requires a DLL to run, and can't find it, it won't be able to run because its suddenly missing the DLL to perform some of its critical work.
http://www.dynamiclink.nl/index.htm
-------------------------------------------------------
Τα υπολοιπα τα βαζω εδω για να μην κανω τζαμπα topic
[GOOD] Web Resourses Site:
http://www.solace.ru/
PC Hell: Computer Hints and Tips to bring you back from the edge:
Everyone has been to PC Hell at one time or another. It's that place you visit when your personal computer is driving you insane with problems, glitches, and so on. To try to soothe the frustration, we'll provide some tips, hints, and troubleshooting remedies to help you get out of PC Hell. Be warned however, sometimes there is no exit....
http://www.pchell.com/
Site Translation Engine:
http://world.altavista.com/

A Dynamic Link Library (DLL) is a file of code containing functions that can be called from other executable code (either an application or another DLL). Programmers use DLLs to provide code that they can reuse and to parcel out distinct jobs. Unlike an executable (EXE) file, a DLL cannot be directly run. DLLs must be called from other code that is already executing.
In more understandable words, a DLL is a file which does a particular job, and allows other programs to use its efforts in assisting the program's job. Some programs use a DLL so that they won't need to spend time figuring out how to do that job. For example, Microsoft has a DLL comctl32.dll which does all the user interface jobs (toolbars, text boxes, scroll bars, etc). So, other programs use that DLL so they won't have to create their own edit boxes, etc. When a program requires a DLL to run, and can't find it, it won't be able to run because its suddenly missing the DLL to perform some of its critical work.
http://www.dynamiclink.nl/index.htm
-------------------------------------------------------
Τα υπολοιπα τα βαζω εδω για να μην κανω τζαμπα topic
[GOOD] Web Resourses Site:
http://www.solace.ru/
PC Hell: Computer Hints and Tips to bring you back from the edge:
Everyone has been to PC Hell at one time or another. It's that place you visit when your personal computer is driving you insane with problems, glitches, and so on. To try to soothe the frustration, we'll provide some tips, hints, and troubleshooting remedies to help you get out of PC Hell. Be warned however, sometimes there is no exit....
http://www.pchell.com/
Site Translation Engine:
http://world.altavista.com/

