Difference between revisions of "ICS Units Root"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Main_Page | Main page]] -> [[ICS_Units_Root | ICS Units root]] | ||
+ | |||
== ICS Units Root Directory == | == ICS Units Root Directory == | ||
Line 9: | Line 11: | ||
| Packages/ || .dpk .res .bdsproj .dproj ... files | | Packages/ || .dpk .res .bdsproj .dproj ... files | ||
|- | |- | ||
− | | Samples/ || | + | | [[ICS_Units_Samples | Samples/]] || Delphi Win32/Win64 common source for all demos |
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_BrowserDemo | Samples/Delphi/BrowserDemo/]] ||Delphi Win32/Win64 Web Browser sample application (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_BrowserDemo_Resources | Samples/Delphi/BrowserDemo/Resources/]] ||Resource file, web pages and movie linked into browser demo | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_FtpDemos | Samples/Delphi/FtpDemos/]] ||Delphi Win32/Win64 FTP sample applications (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_MailNewsDemos | Samples/Delphi/MailNewsDemos/]] ||Delphi Win32/Win64 SMTP, POP3, NNTP sample applications (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_MiscDemos | Samples/Delphi/MiscDemos/]] ||Delphi Win32/Win64 Miscellaneous applications (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_OtherDemos | Samples/Delphi/OtherDemos/]] ||Delphi Win32/Win64 DNS, Ping, SNMP, Syslog sample applications (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_PlatformDemos | Samples/Delphi/PlatformDemos/]] ||Delphi FireMonkey and cross-platform samples (Delphi XE2+) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_SocketDemos | Samples/Delphi/SocketDemos/]] ||Delphi Win32/Win64 Socket sample applications (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_SslInternet | Samples/Delphi/SslInternet/]] ||Delphi Win32/Win64 SSL-enabled sample applications (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_WebDemos | Samples/Delphi/WebDemos/]] ||Delphi Win32/Win64 HTTP sample applications (all Delphi versions) | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_WebDemos_WebAppServerData | Samples/Delphi/WebDemos/WebAppServerData/]] ||Directory for WebAppServ demo data files | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_Delphi_WebDemos_WebServData | Samples/Delphi/WebDemos/WebServData/]] ||Directory for WebServ demo data files | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_cpp_Internet | Samples/cpp/Internet/]] ||C++Builder sample applications | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_cpp_Internet_cb2006 | Samples/cpp/Internet/cb2006/]] ||C++Builder 2006 projects | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_cpp_Internet_cb2007 | Samples/cpp/Internet/cb2007/]] ||C++Builder 2007 projects | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_cpp_Internet_cb2009 | Samples/cpp/Internet/cb2009/]] ||C++Builder 2009 projects | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_cpp_Internet_cb2010 | Samples/cpp/Internet/cb2010/]] ||C++Builder 2010 projects | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_cpp_Internet_cbXE | Samples/cpp/Internet/cbXE/]] ||C++Builder XE projects | ||
+ | |- | ||
+ | | [[ICS_Units_Samples_cpp_Internet_cbXE2 | Samples/cpp/Internet/cbXE2/]] ||C++Builder XE2 projects | ||
|- | |- | ||
| [[ICS_Units_Source | Source/]] || Source code. | | [[ICS_Units_Source | Source/]] || Source code. | ||
+ | |- | ||
+ | | [[ICS_Units_Source_Include | Source/Include/]] || (was Delphi\Vc32) .inc files (including OverbyteIcsDefs.inc) | ||
+ | |- | ||
+ | | [[ICS_Units_Source_Extras | Source/Extras/]] || (was Delphi\Vc32) Extra source code not built into packages | ||
+ | |- | ||
+ | | [[ICS_Units_Source_zobj125 | Source/zobj125/]] || (was Delphi\Vc32) ZLIB C OBJ include files | ||
|- | |- | ||
| 7-ZipOverbyteIcsV8.bat | | 7-ZipOverbyteIcsV8.bat | ||
Line 25: | Line 71: | ||
| IcsSslHowTo.txt | | IcsSslHowTo.txt | ||
|- | |- | ||
− | | ReadMe8.txt | + | | ReadMe8.txt || Has more details |
|- | |- | ||
| ZipOverbyteIcsV8.bat | | ZipOverbyteIcsV8.bat |
Latest revision as of 10:21, 5 January 2016
ICS Units Root Directory
Based on: ics — Revision 1264: /trunk
Install/ | .groupproj files |
Lib/ | OverbyteIcsTnOptFrm.dfm versions |
Packages/ | .dpk .res .bdsproj .dproj ... files |
Samples/ | Delphi Win32/Win64 common source for all demos |
Samples/Delphi/BrowserDemo/ | Delphi Win32/Win64 Web Browser sample application (all Delphi versions) |
Samples/Delphi/BrowserDemo/Resources/ | Resource file, web pages and movie linked into browser demo |
Samples/Delphi/FtpDemos/ | Delphi Win32/Win64 FTP sample applications (all Delphi versions) |
Samples/Delphi/MailNewsDemos/ | Delphi Win32/Win64 SMTP, POP3, NNTP sample applications (all Delphi versions) |
Samples/Delphi/MiscDemos/ | Delphi Win32/Win64 Miscellaneous applications (all Delphi versions) |
Samples/Delphi/OtherDemos/ | Delphi Win32/Win64 DNS, Ping, SNMP, Syslog sample applications (all Delphi versions) |
Samples/Delphi/PlatformDemos/ | Delphi FireMonkey and cross-platform samples (Delphi XE2+) |
Samples/Delphi/SocketDemos/ | Delphi Win32/Win64 Socket sample applications (all Delphi versions) |
Samples/Delphi/SslInternet/ | Delphi Win32/Win64 SSL-enabled sample applications (all Delphi versions) |
Samples/Delphi/WebDemos/ | Delphi Win32/Win64 HTTP sample applications (all Delphi versions) |
Samples/Delphi/WebDemos/WebAppServerData/ | Directory for WebAppServ demo data files |
Samples/Delphi/WebDemos/WebServData/ | Directory for WebServ demo data files |
Samples/cpp/Internet/ | C++Builder sample applications |
Samples/cpp/Internet/cb2006/ | C++Builder 2006 projects |
Samples/cpp/Internet/cb2007/ | C++Builder 2007 projects |
Samples/cpp/Internet/cb2009/ | C++Builder 2009 projects |
Samples/cpp/Internet/cb2010/ | C++Builder 2010 projects |
Samples/cpp/Internet/cbXE/ | C++Builder XE projects |
Samples/cpp/Internet/cbXE2/ | C++Builder XE2 projects |
Source/ | Source code. |
Source/Include/ | (was Delphi\Vc32) .inc files (including OverbyteIcsDefs.inc) |
Source/Extras/ | (was Delphi\Vc32) Extra source code not built into packages |
Source/zobj125/ | (was Delphi\Vc32) ZLIB C OBJ include files |
7-ZipOverbyteIcsV8.bat | |
CleanAll.bat | |
CleanSamples.bat | |
Default.dof | |
IcsMidwareCodingStyle.doc | |
IcsSslHowTo.txt | |
ReadMe8.txt | Has more details |
ZipOverbyteIcsV8.bat | |
ZipOverbyteIcsV8.lst |