_ ******************************************************** _
_ // *** LoadLibs v1.0, © Mathias Karlsson 5 Sep 1997 *** _ //
\X/ ** Loads external libraries/datatypes/classes ** \X/
* to any memoryblock and some other things... *
**************************************************
FEATURES:
¯¯¯¯¯¯¯¯¯
- Can load one or multiple libraries/classes/datatypes.
- Can force them to be loaded to any memory block.
- Can prevent libraries from being flushed out from memory.
- Can list all libraries in memory and some information about them.
- Can remove a library from memory.
+ some other things mentioned in the manual.
PURPOSE:
¯¯¯¯¯¯¯¯
I needed a program that could open several libraries and prevent them from
ever being flushed out from the memory. I also wanted a program that could
show in which memory block the library was located and optionally force
libraries to be loaded to a certain memory block.
I used the old ARP LoadLib but that program could only load one library at
a time and had no other features. I had a look at Aminet and found a few
similar programs which in combination with a few other programs made
roughly what I wanted, but I needed/wanted one program to do it all.
HISTORY:
¯¯¯¯¯¯¯¯
v1.0 970905, released to the public 971117
¯¯¯
This program is FreeWare © 1997 Mathias Karlsson
Read the documentation for more details.
|