|
Difference between exe and dll file
|
Reply to this subject
Start a new subject
 
Refresh page
Pages: 1
2
| Posted by |
Shadowfyr
USA (1,774 posts) bio
|
| Date |
Reply #15 on Sat 17 Feb 2007 08:30 PM (UTC) [ quote
] |
| Message |
| Sigh. No. I think I stated them in a way that got misintepretted. My whole point was that static = "Places where you talk to the library are *hardcoded* into the application", dynamic = "You *ask* the library where those locations are at run time." At worst you misunderstood what I meant in my descriptions. |
main {
__if (Schrodinger_Cat is Alive or version >= "XP"){
____if version = "Vista" then Performance /= Number_of_Cores;
____call Functional_Code();}
__else
____call Crash_Windows();} | top |
|
| Posted by |
Shaun Biggs
USA (644 posts) bio
|
| Date |
Reply #16 on Sat 17 Feb 2007 09:56 PM (UTC) [ quote
] Amended on Sat 17 Feb 2007 09:57 PM (UTC) by Shaun Biggs
|
| Message |
Quote:
One way this can be assured is by loading the code for the library routines into the executable file during the linking phase. This approach is called "static linking." One disadvantage of static linking is that the code for various library routines is redundantly stored in the executable files of many different programs and utilities. This wastes a lot of disk space.
Another approach is to defer loading until the program is run, at which time routines are loaded from libraries on the fly. This is called "dynamic linking."
Quote:
Sigh. No. I think I stated them in a way that got misintepretted. My whole point was that static = "Places where you talk to the library are *hardcoded* into the application", dynamic = "You *ask* the library where those locations are at run time." At worst you misunderstood what I meant in my descriptions.
Just had to show you these quotes I pulled off of your previous posts. They are quite contradictory, seeing as the first one proves that the "static linking" is actually compiling the library into the executable file, and that "dynamic linking" is adding a previously compiled file at runtime. I fail to see where you got your definition out of that site, as it only reinforces David's definition.
|
It is much easier to fight for one's ideals than to live up to them. | top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
17,985 views.
This is page 2, subject is 2 pages long:
1
2
Reply to this subject
Start a new subject
 
Refresh page
top
Comments to:
Gammon Software support
Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )