winhttp

所属分类:Pascal/Delphi编程
开发工具:Delphi
文件大小:1227KB
下载次数:517
上传日期:2008-01-21 19:11:17
上 传 者小皮 A
说明:  DELPHI多线程下载 Delphi源代碼
(DELPHI multi-threaded download Delphi source code)

文件列表:
BCB3 (0, 2007-04-28)
BCB3\WinHTTP.dcu (75118, 2007-04-28)
BCB3\WinHTTP.hpp (22643, 2007-04-28)
BCB3\WinHTTP.OBJ (105921, 2007-04-28)
BCB3\WinHTTPCB3.bpk (4519, 2003-03-12)
BCB3\WinHTTPCB3.cpp (705, 2003-03-12)
BCB3\WinHTTPCB3.res (1536, 2001-02-10)
BCB3\WinHTTPDefines.inc (1594, 2003-04-25)
BCB3\WinHTTPProxyEditor.dcu (7309, 2007-04-28)
BCB3\WinHTTPProxyEditor.dfm (1948, 2003-03-12)
BCB3\WinHTTPProxyEditor.hpp (2896, 2007-04-28)
BCB3\WinHTTPProxyEditor.OBJ (12135, 2007-04-28)
BCB3\WinThread.dcu (19294, 2007-04-28)
BCB3\WinThread.hpp (6790, 2007-04-28)
BCB3\WinThread.OBJ (32316, 2007-04-28)
BCB3\_WinHTTPReg.dcr (1044, 2003-03-12)
BCB3\_WinHTTPReg.dcu (2498, 2007-04-28)
BCB3\_WinHTTPReg.hpp (806, 2007-04-28)
BCB3\_WinHTTPReg.OBJ (5145, 2007-04-28)
BCB3\_WinHTTPReg.pas (2185, 2004-12-19)
BCB4 (0, 2007-04-28)
BCB4\WinHTTP.dcu (76086, 2007-04-28)
BCB4\WinHTTP.hpp (23764, 2007-04-28)
BCB4\WinHTTP.obj (121105, 2007-04-28)
BCB4\WinHTTPCB4.bpk (4823, 2003-03-12)
BCB4\WinHTTPCB4.cpp (709, 2003-03-12)
BCB4\WinHTTPCB4.res (1536, 2001-02-15)
BCB4\WinHTTPDefines.inc (1594, 2003-04-25)
BCB4\WinHTTPProxyEditor.dcu (7572, 2007-04-28)
BCB4\WinHTTPProxyEditor.dfm (1948, 2003-03-12)
BCB4\WinHTTPProxyEditor.hpp (3437, 2007-04-28)
BCB4\WinHTTPProxyEditor.obj (14187, 2007-04-28)
BCB4\WinThread.dcu (17776, 2007-04-28)
BCB4\WinThread.hpp (7239, 2007-04-28)
BCB4\WinThread.obj (36617, 2007-04-28)
BCB4\_WinHTTPReg.dcr (1044, 2003-03-12)
BCB4\_WinHTTPReg.dcu (2406, 2007-04-28)
BCB4\_WinHTTPReg.hpp (947, 2007-04-28)
BCB4\_WinHTTPReg.obj (5389, 2007-04-28)
BCB4\_WinHTTPReg.pas (2185, 2004-12-19)
... ...

######################################################## ---------------------------------- WinHTTP TRIAL Packages for Delphi and C++ Builder Version 3.2.8 ---------------------------------- 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 to Borland Developer Studio 2006 to Delphi 2 to Delphi 3 to Delphi 4 to Delphi 5 to Delphi 6 to Delphi 7 to Delphi 2005 to Delphi 2006 to C++ Builder 3 to C++ Builder 4 to C++ Builder 5 to C++ Builder 6 Note for C++ Builder developers 3. REGISTRATION 3.1 Registration types 3.1.1 Without source code 3.1.2 Including source code 3.1.3 Comments 4. 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 ---------------------------------------------------- Trial version includes compiled units, ready for testing packages, latest help-file, installation instructions / contact information in Readme.txt. The only difference between the unregistered and registered versions is that the registered one has not message box with remind to register and works without Delphi (C++ Builder) running. to Borland Developer Studio 2006 ================================ 1. Create "..\Lib\WinHTTP" directory. 2. Unzip files and copy them to "BDS\Lib\WinHTTP". 3. Start Borland Developer Studio 2006 IDE (do not start C++ Builder, even if you want to install it only for BCB 2006. AutoUpgrader should be installed for entire BDS 2006 anyway). 4. Open "WinHTTPBDS2006.bdsproj" file. 5. Install package to the components palette (right-click on "WinHTTPBDS2006.bpl" node in the Project Manager and select "Install" menu item). * In case if you decided to use the package only in C++ Builder Personallity of BDS 2006, you can do following steps instead of previously described steps 3, 4 and 5: 3. Start C++ Builder 2006 IDE. 4. Open "WinHTTPBDS2006CBuilder.bdsproj" file. 5. Install package to the components palette (right-click on "WinHTTPBDS2006CBuilder.bpl" node in the Project Manager and select "Install" menu item). to Delphi 2 =========== 1. Unzip files from "Delphi2" directory to your "Delphi 2\Lib" directory. 2. Start Delphi 2 IDE. 3. Select "Component \ Install..." menu item. 4. Press "Add" button and select "_WinHTTPReg.pas" file. 5. Rebuild library. to Delphi 3 =========== 1. Unzip files from "Delphi3" directory and copy them to "Delphi 3\Lib". 2. Start Delphi 3 IDE. 3. Open "WinHTTPD3.dpk" file. 4. Install package to the components palette ("Install" button). to Delphi 4 =========== 1. Unzip files from "Delphi4" directory and copy them to "Delphi 4\Lib". 2. Start Delphi 4 IDE. 3. Open "WinHTTPD4.dpk" file. 4. Install package to the components palette ("Install" button). to Delphi 5 =========== 1. Unzip files from "Delphi5" directory and copy them to "Delphi 5\Lib". 2. Start Delphi 5 IDE. 3. Open "WinHTTPD5.dpk" file. 4. Install package to the components palette ("Install" button). to Delphi 6 =========== 1. Unzip files from "Delphi6" directory and copy them to "Delphi 6\Lib". 2. Start Delphi 6 IDE. 3. Open "WinHTTPD6.dpk" file. 4. Install package to the components palette ("Install" button). to Delphi 7 =========== 1. Unzip files from "Delphi7" directory and copy them to "Delphi 7\Lib". 2. Start Delphi 7 IDE. 3. Open "WinHTTPD7.dpk" file. 4. Install package to the components palette ("Install" button). to Delphi 2005 ============== 1. Create "..\Lib\WinHTTP" directory. 2. Unzip files and copy them to "BDS\3.0\Lib\WinHTTP". 3. Start Delphi 2005 IDE. 4. Open "WinHTTPD2005.dpk" file. 5. Install package to the components palette (right-click on "WinHTTPD2005.bpl" node in the Project Manager and select "Install" menu item). to C++ Builder 3 ================ 1. Unzip files from "BCB3" directory and copy them to "CBuilder3\Lib". 2. Start C++ Builder 3 IDE. 3. Open "WinHTTPCB3.bpk" file. 6. Select "Project \ Make WinHTTPCB3" menu item. 7. Select "Component \ InstallPackages" menu item. 8. Press "Add" button and select "WinHTTPCB3.bpl" file. to C++ Builder 4 ================ 1. Unzip files from "BCB4" directory and copy them to "CBuilder4\Lib". 2. Start C++ Builder 4 IDE. 3. Open "WinHTTPCB4.bpk" file. 4. Install package to the components palette ("Install" button). to C++ Builder 5 ================ 1. Unzip files from "BCB5" directory and copy them to "CBuilder5\Lib". 2. Start C++ Builder 5 IDE. 3. Open "WinHTTPCB5.bpk" file. 4. Install package to the components palette ("Install" button). to C++ Builder 6 ================ 1. Unzip files from "BCB6" directory and copy them to "CBuilder6\Lib". 2. Start C++ Builder 6 IDE. 3. Open "WinHTTPCB6.bpk" file. 4. Install package to the components palette ("Install" button). 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. REGISTRATION ---------------------------------------------------- AutoUpgrader component is SHAREWARE. This means that you can try it out for free, but if you like it and want to use it you have to register it with the author. Before continue read and accept License Agreement (license.txt) please. The only difference between the unregistered and registered versions is that the registered one has not message box with remind to register and works without Delphi (C++ Builder) running. You can also purchase the source code, if you would like to have it, and be able to compile or modify the AutoUpgrader on any 32bit version of Delphi or C++ Builder. If you would like to use the AutoUpgrader and receive full, unrestricted version, priority support or even source code - you have to purchase proper license. 3.1 Registration types ====================== All prices are in US dollars (USD). Registering entitles you to unlimited support via E-Mail, minor version updates indefinitely and major version updates for 1 year from date of purchase. 3.1.1 Full, unrestricted version without source code: ===================================================== Single user license: https://secure.element5.com/register.html?productid=177196 - $17,95 Site license: https://secure.element5.com/register.html?productid=177202 - $59,95 3.1.2 Full version including 100% Source Code: ===================================================== Single user license: https://secure.element5.com/register.html?productid=177199 - $27,95 Site license: https://secure.element5.com/register.html?productid=177204 - $89,95 3.1.3 Comments ============== 1. Site license covers a single organisation in one location (building complex). If you buy a site license, you may use the software in unlimited number of your company's computers withing this area. Site license is very cost-effective if you have many computers (many software developers). For more details on prices please visit: http://www.appcontrols.com/order/winhttp.html 4. 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

近期下载者

相关文件


收藏者