1. Unable to open "Winsock.dll"
- Posted by =?iso-8859-1?Q?JesusC_-_Jes=FAs_Consuegra?= Jun 25, 1998
- 669 views
Hi again!.
Following with the sockets issue, I'm trying to open the Winsock.dll (that
is in C:\WINDOWS, a 42Kb. file called "winsock.dll").
At any time I try to open it via
Include dll.e
constant Winsock = open_dll("Winsock.dll")
if Winsock = NULL then puts("winsock.dll cannot be opened") end if
I get a "0" error inside Winsock.
What I'm doing wrong?.
Jesus.

