Is it possible to have two copies of one shared library loaded in the system
at one time? When I say loaded, I mean that any one or all of the following
conditions are met:
* the OS's static SysLibTblEntryPtr global thinks there are two copies, thus
* HwrSleep() will call into two identical copies of that lib's sleep/wake
entry point and
* there are two unique lib ref numbers, thus
* two instances of the lib's globalsP exist, meaning there are two identical
copies of the lib globals struct
I wonder if SysLibLoad() will prevent a second, duplicate instance of a
library from being loaded or not.
If it's possible to load two versions of the same library, would there ever
be any practicality in doing this?
Thanks again for your help everyone.
-Jeff Ishaq
The Windward Group