Does anyone know why
when using TCP through the Winsock Control (mswinsck.ocx), which I have put in
to the 'c:/windows/system/' directory (or that's what wine calls it), and
registered with 'wine regsvr32 mswinsck.ocx', loads, connects, and can send
data, but whenever the program tries to receive data with it (via the GetData
method), it doesn't work, and outputs:
fixme:ole:ITypeInfo_fnInvoke set 1 to pointer for get
(type is 12)
fixme:ole:ITypeInfo_fnInvoke set 2 to pointer for get (type is 12)
fixme:ole:ITypeInfo_fnInvoke Does not support optional parameters (2)
fixme:ole:ITypeInfo_fnInvoke set 2 to pointer for get (type is 12)
fixme:ole:ITypeInfo_fnInvoke Does not support optional parameters (2)
P.S. It is loading
the control - it comes up with the '--debugmsg +loaddll'
option.
Thanks,
Alecky-Nicosai