代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/184924/7093696
cpp tcpclient.cpp
// TCPClient.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "TCPClient.h"
#include "TCPClientDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_F
www.eeworm.com/read/184924/7093698
vcw tcpclient.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 3.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/184924/7093701
vcc tcpclient.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTCPClientDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "TCPC
www.eeworm.com/read/184924/7093703
vcb tcpclient.vcb
www.eeworm.com/read/184924/7093704
rc tcpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/464360/7164465
dsp tcpclient.dsp
# Microsoft Developer Studio Project File - Name="TcpClient" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/464360/7164466
cpp tcpclient.cpp
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested,
www.eeworm.com/read/464360/7164467
plg tcpclient.plg
Build Log
--------------------Configuration: TcpClient - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\Temp\RSPA9.t
www.eeworm.com/read/463996/7171069
sln tcpclient.sln
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TCPClient", "TCPClient.csproj", "{2DDE360B-469E-4E51-BB16-279F
www.eeworm.com/read/463996/7171071