home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
600-699
/
ff649.lha
/
LoadLib
/
LoadLib.docE
< prev
next >
Wrap
Text File
|
1992-04-27
|
553b
|
22 lines
LoadLib.doc
LoadLib is the same than loadlib of William S. Hawes exepept that
you can load many library in single call of LoadLib.
In CLI the syntax is very simple:
LoadLib path1/lib1.library path2/lib2.library ... pathN/libN.library
in WB it also very simple:
- make a project icon for loading your library ( a exmple is given)
- edit the icon (info in the WB menu)
- put in the field "default tool" the full pathname of LoadLib
- put in the tooltype the library you want to load (and your path)
et voila
(look the example)