Hi Guys,
Having issue with trying to open a upd port statement. It keeps throwing up an error 57. The operating system my program is running on is a minimized windows 98 system.
I know the code must be fine because it works until I add the file WS2_32.DLL which is needed by other applications.
hUdp = FREEFILE
UDP OPEN PORT %UPort AS hUdp TIMEOUT 60000
MsgBox(str$(err) ) + $crlf+str$(%UPort )
IF ERR Then Exit FUNCTION
regardless of the port I open i still get 57.
Any IDeas ?
Paul
Having issue with trying to open a upd port statement. It keeps throwing up an error 57. The operating system my program is running on is a minimized windows 98 system.
I know the code must be fine because it works until I add the file WS2_32.DLL which is needed by other applications.
hUdp = FREEFILE
UDP OPEN PORT %UPort AS hUdp TIMEOUT 60000
MsgBox(str$(err) ) + $crlf+str$(%UPort )
IF ERR Then Exit FUNCTION
regardless of the port I open i still get 57.
Any IDeas ?
Paul
Comment