代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/321849/13394456
vcp tcpclient.vcp
# Microsoft eMbedded Visual Tools Project File - Name="TCPClient" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "W
www.eeworm.com/read/321849/13394460
vcl tcpclient.vcl
Build Log
--------------------Configuration: TCPClient - Win32 (WCE x86) Debug--------------------
Command Lines
Creating temporary file "C:\DO
www.eeworm.com/read/321849/13394461
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/321849/13394463
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/321849/13394466
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/321849/13394468
vcb tcpclient.vcb
www.eeworm.com/read/321849/13394469
rc tcpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/318022/13490182
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/318022/13490183
cpp tcpclient.cpp
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested,
www.eeworm.com/read/318022/13490184
plg tcpclient.plg
Build Log
--------------------Configuration: TcpClient - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADM