1. Winsock & Winsock 32
Jacques told me:
>winsock.dll is a 16 bits file you can't open it in euphoria you'd rather
use
>wsock32.dll instead. (in system directory)
To other people interested: It's necessary to upgrade to winsock 2 (if under
win95, winnt does include it). There are two files at the microsoft site:
one to step up to winsock 1.2 and a second one to step up to 2.0, that
includes winsock 32.
But that poses the second question:
Does it makes a difference to the calling scheme that winsock 32 dll
contains all "FAR PASCAL" routines?.
Jesus.