home *** CD-ROM | disk | FTP | other *** search
-
-
- 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)
-