WinHttp3.2.6

所属分类:Windows编程
开发工具:C++ Builder
文件大小:276KB
下载次数:138
上传日期:2009-04-27 22:48:56
上 传 者tianyubing
说明:  WinHttp3.2.6控件源代码,支持dehphi5,6,7和C++ builder 5.0 6.0 2005
(WinHttp3.2.6)

文件列表:
WinHttp3.2.6\Demo\HTTPDemo.dpr (228, 2003-03-16)
WinHttp3.2.6\Demo\HTTPDemo.res (876, 2003-03-16)
WinHttp3.2.6\Demo\Unit1.dfm (3320, 2006-04-28)
WinHttp3.2.6\Demo\Unit1.pas (5109, 2005-06-14)
WinHttp3.2.6\Help\WinHTTP.cnt (3305, 2006-04-28)
WinHttp3.2.6\Help\WinHTTP.hlp (153532, 2006-04-28)
WinHttp3.2.6\install.sss (439, 2006-10-26)
WinHttp3.2.6\License.txt (5418, 2006-04-24)
WinHttp3.2.6\Sources\WinHTTP.dcu (75464, 2009-04-27)
WinHttp3.2.6\Sources\WinHTTP.hpp (23323, 2009-04-27)
WinHttp3.2.6\Sources\WinHTTP.obj (120184, 2009-04-27)
WinHttp3.2.6\Sources\WinHTTP.pas (108433, 2006-04-28)
WinHttp3.2.6\Sources\WinHTTPBDS2006.bdsproj (8151, 2006-04-24)
WinHttp3.2.6\Sources\WinHTTPBDS2006.cpp (555, 2006-04-24)
WinHttp3.2.6\Sources\WinHTTPBDS2006.dpk (684, 2006-04-24)
WinHttp3.2.6\Sources\WinHTTPBDS2006.res (1508, 2004-12-13)
WinHttp3.2.6\Sources\WinHTTPBDS2006CBuilder.bdsproj (29480, 2006-04-24)
WinHttp3.2.6\Sources\WinHTTPCB3.bpk (4513, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPCB3.cpp (705, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPCB3.res (1536, 2001-02-10)
WinHttp3.2.6\Sources\WinHTTPCB4.bpk (4817, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPCB4.cpp (709, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPCB4.res (1536, 2001-02-15)
WinHttp3.2.6\Sources\WinHTTPCB5.bpk (2447, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPCB5.cpp (733, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPCB5.res (1536, 2001-02-10)
WinHttp3.2.6\Sources\WinHTTPCB6.bpk (3618, 2009-04-27)
WinHttp3.2.6\Sources\WinHTTPCB6.cpp (556, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPCB6.obj (5356, 2009-04-27)
WinHttp3.2.6\Sources\WinHTTPCB6.res (1536, 2002-04-04)
WinHttp3.2.6\Sources\WinHTTPCB6.~bpk (3618, 2009-04-27)
WinHttp3.2.6\Sources\WinHTTPCB6.~cpp (556, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPD2005.dpk (685, 2004-12-13)
WinHttp3.2.6\Sources\WinHTTPD2005.res (1508, 2004-12-13)
WinHttp3.2.6\Sources\WinHTTPD3.dpk (663, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPD3.res (692, 2001-02-15)
WinHttp3.2.6\Sources\WinHTTPD4.dpk (669, 2003-03-12)
WinHttp3.2.6\Sources\WinHTTPD4.res (1536, 2001-02-15)
WinHttp3.2.6\Sources\WinHTTPD5.dpk (667, 2003-03-12)
... ...

######################################################## ---------------------------------- WinHTTP SOURCE CODE for Delphi and C++ Builder Version 3.2.6 ---------------------------------- Legal: (c) 1999-2006 Utilmind Solutions Email: info@appcontrols.com Web: http://www.appcontrols.com http://www.utilmind.com ######################################################## TABLE OF CONTENTS 1. Welcome / Introduction 1.1 Compatiblity 2. Installation 2.1 Note for C++ Builder developers 3. Problems 1. Welcome ---------------------------------------------------- The WinHTTP is easy to use WinInet-based HTTP client component which allows to post and get any data from the Web via HTTP protocol. With WinHTTP you can grab Web pages, download files and documents (or only their headers without the content), get results of the CGI programs (for example, results of web-based search engines / databases), or even upload files to the CGI programs. In case if you want download documents from local intranet - just specify FILE:// prefix in the URL instead of HTTP:// (or HTTPS://). The WinHTTP can grab web contents both in binary and text formats, supports cache of Internet Explorer, can resume broken downloads, read data from password protected directories and supports and automatically supports several proxy authentication schemes (basic, digest, NTLM etc). Also it can be used in ActiveX forms, for example to build Web-based installation programs. 1.1 Compatibility ================= WinHTTP compatible with Delphi 2/3/4/5/6/7/2005, BDS 2006, and BCB 3/4/5/6 and has been tested on Win95, Win95OSR2, Win***, WinME, NT4, Win2K and WinXP. 2. Installation ---------------------------------------------------- 1. Unzip files from "Sources" directory to your "..\Lib" directory. 2. Start Delphi / C++ Builder IDE. 3. Select "Component \ Install..." menu item. 4. Press "Add" button and select "_AUReg.pas" file. 5. Rebuild library. NOTE: Delphi 2 requires "WinInet.pas" unit which can be found in "Sources\Delphi2" directory. Please copy it to "..\Lib" directory too if you're using Delphi 2. 2.1. Note for C++ Builder developers =============================== When you are using the Internet components (i.e: WinHTTP), please don't forget to add INET.LIB to your project (it can be found at "CBuilder\Lib" directory). This file contains the references to routines from WinInet.dll. So if you got linker error such like following: [Linker Error] Unresolved external 'InternetCrackUrlA' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\LIB\WINHTTPCB5.LIB please don't worry and be aware that InternetCrackUrlA are used to parse the URL (split URL to domain name, port, document name etc). To solve this problem, just add INET.LIB to your project (use "Project | Add to project" menu item in C++ Builder IDE). 3. Problems ---------------------------------------------------- If you have any problems during the setup or using this component, please visit the support area of our website at http://www.appcontrols.com or contact us: info@appcontrols.com Good Luck! UtilMind Solutions info@utilmind.com http://www.utilmind.com http://www.appcontrols.com

近期下载者

相关文件


收藏者