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


Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to "verify" your details, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.
 Entire forum ➜ MUSHclient ➜ VBscript ➜ Difference between exe and dll file

Difference between exe and dll file

It is now over 60 days since the last post. This thread is closed.     Refresh page


Pages: 1  2 

Posted by Shadowfyr   USA  (1,787 posts)  Bio
Date Reply #15 on Sat 17 Feb 2007 08:30 PM (UTC)
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.
Top

Posted by Shaun Biggs   USA  (644 posts)  Bio
Date Reply #16 on Sat 17 Feb 2007 09:56 PM (UTC)

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.


66,825 views.

This is page 2, subject is 2 pages long:  [Previous page]  1  2 

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.

[Home]