简体   繁体   English

在哪里可以找到好的Delphi库?

[英]where can I find a good delphi library?

I'm using delphi6, and it lacks the following abilities: 我正在使用delphi6,它缺少以下功能:

  • a library object, 一个库对象,
  • a list object(looks like TList,TStringList is good enough?) 一个列表对象(看起来像TList,TStringList足够好吗?)
  • a algorithm library(like sort,) 算法库(如sort)
  • template library like STL 模板库,如STL
  • dynamic language feature or GC. 动态语言功能或GC。
  • and so on. 等等。

how can I find this things? 我怎么能找到这个东西?

Try Jedi Code Library . 尝试Jedi代码库 There are good replacements for container classes and sorting algorithms. 容器类和排序算法有很好的替代品。 I don't think there is GC or STL-like library for Delphi 6. 我认为Delphi 6没有类似GC或STL的库。

Delphi 6 is behind the times, check Delphi 2009 or at least Turbo Delphi Delphi 6落后于时代,请查看Delphi 2009或至少查看Turbo Delphi

There is DeCAL , which claims to be similar to the STL. DeCAL ,它声称与STL类似。 I've never really tested it, however. 但是,我从未真正测试过它。

There are many third party delphi libraries, components and source code examples on the net. 网上有许多第三方delphi库,组件和源代码示例。 Just a couple off the top of my head 距我头顶只有几对

JEDI http://www.delphi-jedi.org/ 绝地武士http://www.delphi-jedi.org/

and

a Delphi super page http://delphi.icm.edu.pl/ Delphi超级页面http://delphi.icm.edu.pl/

作为DeCAL的替代方案(这是不带泛型的TList的很好替代方案),我将提出Julian M Bucknall的EZSDL

Andreano Lanusse的与Win32和RAD Studio 2007的Delphi 2007兼容的主要第三方组件列表,网址为http://edn.embarcadero.com/article/37455

The first three are in the VCL, take a look in the help and the sources. 前三个在VCL中,请查看帮助和源代码。 Delphi 6 has no generics, so cannot be used with a template library. Delphi 6没有泛型,因此不能与模板库一起使用。 And no garbage collection. 而且没有垃圾收集。

If you want to program in Delphi, forget about them. 如果要在Delphi中编程,请不要理会它们。 If not, find another language. 如果不是,请查找其他语言。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在哪里可以找到一个很好的指南或教程来调试多线程delphi应用程序? - Where i can find a good guide or tutorial to debug multithread delphi applications? 在哪里可以找到许多Delphi 7软件包? - Where can I find many Delphi 7 packages? 在哪里可以找到有关Delphi VMT结构的信息? - Where can I find information on the structure of the Delphi VMT? 在哪里可以找到Windows API调用的Delphi声明? - Where can I find Delphi Declarations for Windows API calls? 在哪里可以找到将DUnit与Delphi 2007或更新版本一起使用的介绍? - Where can I find an introduction to using DUnit with Delphi 2007 or newer? 我在哪里可以找到德尔福精神奖获奖者的完整名单? - Where can I find the full list of winners of the Spirit of Delphi Award? 哪里可以找到Delphi的“Turbo”或“Lite”版本? - Where can I find a “Turbo” or “Lite” version of Delphi? 在哪里可以找到 Delphi 的 TPopupMenu 和 TMenuItem 组件编辑器? - Where can I find Delphi´s component editor for TPopupMenu and TMenuItem? 在哪里可以找到delphi的“文字转语音”组件? - Where can I find a Text-to-Speech component for delphi? 在哪里可以找到Delphi中的XML数据绑定向导? - Where can I find XML Data Binding Wizard in Delphi?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM