ich weiss sehr gut wie eine DLL funktioniert, mein junger Freund ... diese werden nicht beschrieben oder in dem Sinne gelesen wie du es gerne haben möchtest ... aber an deinem Wortlaut kann man ja direkt schon dein Alter, deine geistige Reife und deine Intentionen erkennen ergo : viel Spaß noch.
http://de.wikipedia.org/wiki/Prozess_%28Informatik%29
http://de.wikipedia.org/wiki/Dynamis...e_Bibliotheken
http://www.codeproject.com/KB/DLL/cl...edusingLL.aspx
Zitat:
The first way is to have your application's source code simply reference symbols contained in the DLL. This causes the loader to implicitly load (and link) the required DLL when the application is invoked. This is known as implicit linking.
|
Zitat:
The second way is for the application to explicitly load the required DLL (using a LoadLibrary() call) and explicitly link to the desired exported symbol while the application is running.
|
Vielleicht möchtest du dir insbesondere die ersten beiden Links einmal anschauen ...