代码搜索:TCPClient
找到约 1,238 项符合「TCPClient」的源代码
代码结果 1,238
www.eeworm.com/read/299262/7869402
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/299262/7869405
aps tcpclient.aps
www.eeworm.com/read/299262/7869416
vcl tcpclient.vcl
Build Log
--------------------Configuration: TCPClient - Win32 (WCE x86) Debug--------------------
Command Lines
Creating temporary file "C:\DO
www.eeworm.com/read/299262/7869417
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/299262/7869426
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/299262/7869435
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/299262/7869441
vcb tcpclient.vcb
www.eeworm.com/read/299262/7869445
rc tcpclient.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/433643/7917205
plg tcpclient.plg
Build Log
--------------------Configuration: TcpClient - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\Temp\RSPA9.t
www.eeworm.com/read/433643/7917208
cpp tcpclient.cpp
#include
#include
void main()
{
WORD wVersionRequested;
WSADATA wsaData;
int err;
wVersionRequested = MAKEWORD( 1, 1 );
err = WSAStartup( wVersionRequested,