RP 1210 So (Shared Object) Files
Where Windows had Dynamic Link Libraries (DLL files), UNIX systems have Shared Object files (SO files). The UNIX system has calls similar to LoadLibrary () and GetProcAddress () and these will be shown in some code snippets later in this section.