home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Boot Disc 18
/
boot-disc-1998-02.iso
/
Utils
/
Utility
/
ClckMn95
/
CLOKNETS.TXT
< prev
next >
Wrap
Text File
|
1995-04-16
|
2KB
|
30 lines
In order to access network commands in WIL, you must add a WIL extender DLL.
WIL extender DLLs are special DLLs designed to extend the built-in
function set of the WIL processor. These DLLs typically add functions
not provided in the basic WIL set, such as network commands for
particular networks (Novell, Windows for WorkGroups, LAN Manager and
others), MAPI, TAPI, and other important Application Program Interface
functions as may be defined by the various players in the computer
industry from time to time. These DLLs may also include custom built
function libraries either by the original authors, or by independent
third party developers. (An Extender SDK is available). Custom extender
DLLs may add nearly any sort of function to the WIL language, from the
mundane network math or database extensions, to items that can control
fancy peripherals, including laboratory or manufacturing equipment.
WIL extenders must be installed separately. Up to 10 extender DLLs may
be added. The total number of added items may not exceed 100 functions
and constants. The AddExtender function must be executed before attempting
to use any functions in the extender library. The AddExtender function
should be only executed once in each WIL script that requires it.
INSTALLATION - Using a DLL.
To use a WIL extender, at the top of each script in which you use network
commands add the appropriate extender with the AddExtender command.
AddExtender(extender filename)
Remember you can add up to 10 extender DLLs or a combined total of 100
functions.