⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sdks.html

📁 SDK FAQ集
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><html lang="en"><head><title>Winsock Programmer's FAQ: SDKs and Specifications</title><link rel="Stylesheet" type="text/css" href="../faq.css"></head><body bgcolor="#ffffee" text="#000000" link="#491e00" vlink="#7d2e01" alink="#da7417"><!--  ---- Header Bar ----  --><table border="0" width="95%" bgcolor="#006000" cellpadding="5" cellspacing="3" align="center">	<tr>		<td align="left" bgcolor="#e0e0c0">			<font size="2" face=Verdana,Arial,Helvetica>				<b><a href="../resources/web-pages.html">&lt;&lt;</a></b>			</font>		</td>		<td align="center">			<font face=Verdana,Arial,Helvetica color="#ffffee">				<p align=center class=bigger3><b>				Winsock Programmer's FAQ<br>				Section 5.4: SDKs and Specifications<br>				</b></p>			</font>			</td>		<td align="right" bgcolor="#e0e0c0">			<font size="2" face=Verdana,Arial,Helvetica>				<b><a href="../resources/debugging.html">&gt;&gt;</a></b>			</font>		</td>	</tr></table><!--  ---- Body Table ----  --><table width="95%" border="0" cellpadding="10">	<tr valign="top">		<td><h5>Winsock Specifications</h5><ul><li>The <a href="http://www.sockets.com/winsock2.htm#Docs">Winsock 2Specifications</a> (in Microsoft Word format) are must-have documentsfor the Winsock programmer as they are the final word on what Winsockis supposed to do.<li>The <ahref="ftp://ftp.stardust.com/pub/winsock/version1/docs/spec/">Winsock 1.1Specifications</a> are also still available. In particular, a WinHelpversion of the spec is available here. (Most development tools alreadyinclude something like this, though I think the one available here easilybeats the Borland version in terms of ease of navigation.) </ul><h5>Software Development Kits</h5><p>Below are pointers to various Winsock SDKs. If your development toolis anything close to recent, you probably don't need to download anyof these as your tool will come with the pieces you need. The only peoplewho will be interested in these links are those with older developmenttools, or those who need cutting-edge features that haven't yet made itinto the mainstream development tools.</p><ul><li>The <ahref="http://www.microsoft.com/msdownload/platformsdk/setuplauncher.htm">Win32Platform SDK</a> includes all the current Winsock 1.1 and Winsock 2 headerfiles and libraries. It also includes the pieces you need to developWinsock 2 applications on Windows 95, which didn't come with Winsock 2support. See the FAQ item <a href="../general.html#getws2">"Can I getWinsock 2 for...?"</a> for information on Winsock 2 for other platformsand for pointers to the user-level components for Windows 95.<li><a href="ftp://ftp.cgvb.com/pub/misc/winsock.bas">winsock.bas</a>is the Visual Basic equivalent of C's winsock.h, as it provides all ofthe definitions and such that let you talk directly to Winsock. Thisis probably not the best way to program Winsock in VB, but here itis anyway.</ul>		</td>	</tr></table><!--  ---- Document Footer ----  --><hr noshade size=1 color=#404040><table cellpadding=5 cellspacing=0 border=0 width=95% align=center> 	<tr>		<td align=left>		    <a href="../resources/web-pages.html">&lt;&lt; Other Useful Web Pages</a>		</td>		<td align=right>		    <a href="../resources/debugging.html">Debugging Resources &gt;&gt;</a>		</td>	</tr>	<tr>		<td align=left>			<i>Last modified on 29 April 2000 at 15:52 UTC-7</i>		</td>		<td align=right>			<font size=-1>Please send corrections to <a href="mailto:tangent@cyberport.com">tangent@cyberport.com</a>.</font>		</td>	</tr>	</table>	<table cellpadding=5 cellspacing=0 border=0 width=95% align=center> 	<tr>		<td align=left width=33%>			<font size=-1>				<a href="../index.html"><b>&lt;</b> Go to the main FAQ page</a>			</font>		</td>		<td width=33%>			<font size=-1>			<center>				<a href="http://www.cyberport.com/~tangent/programming"><b>&lt;&lt;</b> Go to my Programming pages</a>			</center>			</font>		</td>		<td align=right width=33%>			<font size=-1>				<a href="http://www.cyberport.com/~tangent/"><b>&lt;&lt;&lt;</b> Go to my Home Page</a>			</font>		</td>	</tr>	</table>	</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -