Hi Alexander,
unter Windows heißen solche Bibliotheken beispielsweise DLL (Dynamic Link Library), und die wichtigsten Funktionen zum Umgang mit DLLs sind LoadLibrary() und GetProcAddress().
FreeLibrary() nicht zu vergessen. ;-)
völlig richtig - ich hatte es hier nicht erwähnt, da es fürs Funktionieren und für das Verständnis nicht lebenswichtig ist. Es gehört natürlich zum guten Programmierstil, verwendete Ressourcen auch wieder freizugeben, aber beispielsweise FreeLibrary() führt Windows implizit automatisch aus, wenn der Prozess beendet wird, die die DLL geladen hat.
So long,
Martin
--
Success should be measured not so much by the position that one has reached in life,
but by the obstacles one has overcome while trying to succeed.
Success should be measured not so much by the position that one has reached in life,
but by the obstacles one has overcome while trying to succeed.