[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  VBscript
. . -> [Subject]  Difference between exe and dll file

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?

Difference between exe and dll file

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page


Pages: 1  2 

Posted by Shadowfyr   USA  (1,774 posts)  [Biography] 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();}
[Go to top] top

Posted by Shaun Biggs   USA  (644 posts)  [Biography] 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.
[Go to top] 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:  [Previous page]  1  2 

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]