Solve the Problem of csocket and create socket errors of Vc in COM.

Source: Internet
Author: User
Tags socket error

BecauseProgramCom is used, while Create fails when socket is used. The solution found on the internet is feasible and shared.

Add the following to the CPP file of the application class:

 

# DEFINE _ afxsockthreadstate afxgetmodulethreadstate ()

# DEFINE _ afx_sock_thread_state afx_module_thread_state

Bool chfccm2serverapp: initinstance ()
{

......

// -- Solve the Problem of create socket error in COM
_ Afx_sock_thread_state * pstate = _ afxsockthreadstate;
If (pstate-> m_pmapsockethandle = NULL)
Pstate-> m_pmapsockethandle = new cmapptrtoptr;
If (pstate-> m_pmapdeadsockets = NULL)
Pstate-> m_pmapdeadsockets = new cmapptrtoptr;
If (pstate-> m_plistsocketications ications = NULL)
Pstate-> m_plistsocketications ications = new cptrlist;

......

}

 

This is a bug on the Internet.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.