摘要: MFC基于TCP协议的CSocket类套接字服务器端代码示范 https://blog.csdn.net/txwtech/article/details/93417667 阅读全文
posted @ 2019-06-23 23:04 txwtech 阅读(814) 评论(0) 推荐(0) 编辑
摘要: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 C3646 “m_SockClient”: 未知重写说明符 MFC_TCP_CSocket_Client c:\users\tt2018\documents\visual studio 2015\projects\mfc_tcp_csocket_ 阅读全文
posted @ 2019-06-23 20:44 txwtech 阅读(2187) 评论(0) 推荐(0) 编辑
摘要: MFC基于windows套接字函数代码示范 https://blog.csdn.net/txwtech/article/details/93380359 阅读全文
posted @ 2019-06-23 13:45 txwtech 阅读(370) 评论(0) 推荐(0) 编辑
摘要: MFC套接字连接不成功-记得在app的cpp文件里面初始化套接字 stdafx.h文件中添加:#include "afxsock.h" BOOL CMFC_TCP_Client_chat1App::InitInstance()代码的下面添加如下代码: if (!AfxSocketInit()) // 阅读全文
posted @ 2019-06-23 12:13 txwtech 阅读(363) 评论(0) 推荐(0) 编辑