Location:
Search - indy builder
Search list
Description: some Indy demo 2,can help c++ builder developer easy to use Indy library.-some Indy demo 2, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 18650 |
Author: 小毛 |
Hits:
Description: some Indy demo 3,can help c++ builder developer easy to use Indy library.-some Indy demo 3, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 54625 |
Author: 小毛 |
Hits:
Description: some Indy demo 4,can help c++ builder developer easy to use Indy library.-some demo Indy 4, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 39019 |
Author: 小毛 |
Hits:
Description: some Indy demo 5,can help c++ builder developer easy to use Indy library.-some Indy demo 5, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 206164 |
Author: 小毛 |
Hits:
Description: Internet Direct(Indy)是一组开放源代码的Internet组件,涵盖了几乎所有流行的Internet协议。Indy用delphi编写,被包含在delphi 6,Kylix 1和C++ Builder 6及以上各个版本的Borland开发环境中。Indy曾经叫做WinShoes(双关于WinSock——Windows的Socket库),是由Chad Z. Hower领导的一群开发者构建的,可以从Indy的站点www.nevrona.com/indy上找到更多的信息并下载其新版本。到笔者撰写本文时为止,Indy的最新稳定版是9.0.14,Indy 10也进入了Beta测试阶段。
Platform: |
Size: 435324 |
Author: 萧天佑 |
Hits:
Description: Indy 9.00.17 for C++Builder
Platform: |
Size: 960020 |
Author: giya2003 |
Hits:
Description:
Platform: |
Size: 3593216 |
Author: 刘明智 |
Hits:
Description: C++ Builder 6.0编写的完整FTP源码,包括Server、Client功能。-C Builder 6.0 FTP integrity of the source code, including Server, Client function.
Platform: |
Size: 14336 |
Author: almond |
Hits:
Description: some Indy demo 2,can help c++ builder developer easy to use Indy library.-some Indy demo 2, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 18432 |
Author: 小毛 |
Hits:
Description: some Indy demo 3,can help c++ builder developer easy to use Indy library.-some Indy demo 3, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 54272 |
Author: 小毛 |
Hits:
Description: some Indy demo 4,can help c++ builder developer easy to use Indy library.-some demo Indy 4, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 38912 |
Author: 小毛 |
Hits:
Description: some Indy demo 5,can help c++ builder developer easy to use Indy library.-some Indy demo 5, can help c builder developer easy to use Indy lib rary.
Platform: |
Size: 205824 |
Author: 小毛 |
Hits:
Description: Internet Direct(Indy)是一组开放源代码的Internet组件,涵盖了几乎所有流行的Internet协议。Indy用delphi编写,被包含在delphi 6,Kylix 1和C++ Builder 6及以上各个版本的Borland开发环境中。Indy曾经叫做WinShoes(双关于WinSock——Windows的Socket库),是由Chad Z. Hower领导的一群开发者构建的,可以从Indy的站点www.nevrona.com/indy上找到更多的信息并下载其新版本。到笔者撰写本文时为止,Indy的最新稳定版是9.0.14,Indy 10也进入了Beta测试阶段。-Internet Direct (Indy) is a group of open source Internet components, covering almost all the popular Internet protocol. Indy using delphi to prepare, be included in delphi 6, Kylix 1 and C++ Builder 6 and above the various versions of the Borland development environment. Indy has called WinShoes (double on WinSock- Windows of the Socket Library), by Chad Z. Hower, led a group of developers built from Indy site www.nevrona.com/indy find more information and download its new version. To the author until the time of writing, Indy
Platform: |
Size: 435200 |
Author: 萧天佑 |
Hits:
Description: Indy 9.00.17 for C++Builder
Platform: |
Size: 959488 |
Author: giya2003 |
Hits:
Description: 利用 C++ Builder 6.0+Indy+Regulare Expression 的方法 直接 Download Xuite 相薄的Sample Code. -The use of C++ Builder 6.0+ Indy+ Regulare Expression method of direct Download Xuite thin Sample Code.
Platform: |
Size: 27648 |
Author: chimei_chen |
Hits:
Description: 扩展C++builder的indy库, 非常有用-It is useful for C++builder to expand its lib for indy
Platform: |
Size: 5263360 |
Author: zzt |
Hits:
Description: Borland公司VCL中的INDY控件的深度介绍,INDY控件具有强大的功能,该文档可以方便用户更加高效的使用indy控件的功能-Borland' s VCL controls the depth of the INDY introduction, INDY control with powerful features, the document can be more efficient to use a user-friendly control functions indy
Platform: |
Size: 660480 |
Author: weitong |
Hits:
Description: Again this great example of using indy as your socket communication-Again this is great example of using indy as your socket communication
Platform: |
Size: 1332224 |
Author: danu |
Hits:
Description: 实现今晚一直在研究c++ builder中的udp开发。bcb组件中还有一个udpsocket,研究了半天,再加上百度和google,按照样例也没有弄出结果来。众说纷纭,大部分都说是该组件存在问题,有些说还需要自己写一些底层的东西等等。其实用winsock也可以写,本着方便快捷的原则想有现成的控件可以用,没想到费了这么多时间啥都没搞出来。只好瞄向Indy 的udp组件,没想到一试就灵。
————————————————————————————————————————————
使用Indy UDP 插件,依据本博客前文《用Indy组件开发Socket应用程序》,先编写单独的TCP服务器和客户端程序,然后再编写UDP程序后,将单独的UDP程序合成一个含服务器和客户端的程序,采用C++ Builder 6 编写,
-the udp development c++ builder
Platform: |
Size: 5120 |
Author: 许枫 |
Hits:
Description: c++ builder 6使用 InDY 10最新例子 TCP传输-c++ builder 6 use the latest example InDY 10 TCP transmission
Platform: |
Size: 301056 |
Author: hfhxtr |
Hits: