| Author |
Message |
ks1267
Joined: 14 Jul 2008 Posts: 17
|
28 Jul 2008 6:10 Very basic question: What is .dll file in matlab? |
|
|
|
Hi all, I am new here. I want to start learning Matlab.
I want to know what is .dll file? i got a folder of matlab program and I am going to run it however I cannot open .dll file. Please let me know. Thank you.
|
|
| Back to top |
|
 |
fiquran
Joined: 10 Mar 2005 Posts: 97 Helped: 14
|
28 Jul 2008 6:40 Very basic question: What is .dll file in matlab? |
|
|
|
Hi,
.dll is not specific to MATLAB. A .dll file "Dynamic Link Library" contains a library of functions and other information that can be accessed by a Windows program. When a program is launched links to the necessary .dll files are created. If a static link is created the .dll files will be in use as long as the program is active. If a dynamic link is created the .dll files will only be used when needed. Dynamic links help programs use resources, such as memory and hard drive space, more efficiently. DLL files can also be used by more than one program. In fact, they can even be used by multiple programs at the same time. Some DLLs come with the Windows operating system while others are added when new programs are installed. You typically don't want to open a .dll file directly, since the program that uses it will automatically load it if needed. Though DLL filenames usally end in ".dll," they can also end in .exe, .drv, and .fon.
|
|
| Back to top |
|
 |
laktronics
Joined: 06 Jan 2007 Posts: 910 Helped: 155
|
28 Jul 2008 11:27 Re: Very basic question: What is .dll file in matlab? |
|
|
|
Hi,
And you can have look into the various functions in a .dll file using ' Quick View Plus ' software.
Regards,
Laktronics
|
|
| Back to top |
|
 |
mezo
Joined: 16 Jul 2007 Posts: 60 Helped: 2 Location: Egypt
|
18 Aug 2008 14:23 Very basic question: What is .dll file in matlab? |
|
|
|
just note :
you can never open a dll file manually , since you will never find a program to open it .
|
|
| Back to top |
|
 |
craftor
Joined: 18 Aug 2008 Posts: 23 Helped: 2 Location: China
|
19 Aug 2008 2:20 Very basic question: What is .dll file in matlab? |
|
|
|
maybe you can write a .dll file by yourself .
GL
Craftor
|
|
| Back to top |
|
 |
sparso
Joined: 30 Dec 2006 Posts: 63 Helped: 1
|
19 Aug 2008 4:36 Very basic question: What is .dll file in matlab? |
|
|
|
just note :
you can never open a dll file manually , since you will never find a program to open it .
I am curious about this as I regularly open .dll files
with Visual C++ IDE.
|
|
| Back to top |
|
 |