Version: 6.15.05 Build: 2
There is no explanation for the lib-entry.
If I wanted to load 'Zip32.dll' how do I go about it using the load-dll?
I manually :
z" C:\Programming\Win32Forth\zip32.dll" ok.
LoadLibrary ok.
.s [1] 100007936 ok.
Seems to return an address.
Frank
Taken from Forth Help:
Load-DLL ( lib-entry -- f1 )
There is no explanation for the lib-entry.
If I wanted to load 'Zip32.dll' how do I go about it using the load-dll?
I manually :
z" C:\Programming\Win32Forth\zip32.dll" ok.
LoadLibrary ok.
.s [1] 100007936 ok.
Seems to return an address.
Frank