[Bug 22526] Networking in MetaQuotes MetaTrader 5.x doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Apr 29 07:02:03 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22526


MetaQuotes Support <renat at metaquotes.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |renat at metaquotes.net




--- Comment #3 from MetaQuotes Support <renat at metaquotes.net>  2010-04-29 07:02:03 ---
Problem in this code (from MetaTrader 5 source code):

//--- получим AcceptEx
  GUID guid_AcceptEx=WSAID_ACCEPTEX;
  if(WSAIoctl(s,SIO_GET_EXTENSION_FUNCTION_POINTER,&guid_AcceptEx,
              sizeof(guid_AcceptEx), &s_AcceptEx, sizeof(s_AcceptEx),
              &err,NULL,NULL)!=0 || s_AcceptEx==NULL)
     {
      shutdown(s,2);
      closesocket(s);
      return(false);
     }

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the wine-bugs mailing list