|
From: | Peter Teeson |
Subject: | Re: [Bug-apl] libapl load problem....UPDATE 8 |
Date: | Mon, 02 Jul 2018 14:34:33 -0400 |
From Apple’s Dynamic Libraries Programming Topics documentation - it’s an essential guide IMHO "To load dynamic libraries at runtime, apps should use a set of efficient and portable functions,
called dynamic loader compatibility functions. Using these functions ensures that dynamic
libraries are loaded in the most efficient way and facilitates the porting of apps from one platform
to another. This document is intended for developers of dynamic libraries and developers who use dynamic libraries in their apps. You should be familiar with the Mac OS, UNIX, Solaris, or Linux operating systems. You should also be an experienced C, C++, or Objective-C programmer. This document explains how dynamic libraries are loaded at app launch time and how to use the DLC functions, dlopen, dlsym, dladdr, dlclose, and dlerror, to load dynamic libraries at runtime. This document also provides guidelines for developing dynamic libraries to be used by client apps. " respect…. Peter
|
[Prev in Thread] | Current Thread | [Next in Thread] |