This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 20 lines
!!! Overview
[{$pagename}] is a [Software library] that may be loaded into [RAM]
!! [Linux] uses linked shared object
Dynamically linked shared object libraries (.so)
There is only one form of this library but it can be used in two ways.
* Dynamically linked at run time. The libraries must be available during compile/link phase. The shared objects are not included into the executable component but are tied to the execution.
* Dynamically loaded/unloaded and linked during execution (i.e. browser plug-in) using the dynamic linking loader system functions.
!! [Microsoft Windows]
[Microsoft Windows] uses [Dynamic-Link Library] ([DLL]s).
!! [eDirectory]
[eDirectory] uses several [{$pagename}] which are [NDSD Loadable Module]
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]