Search code examples
delphidelphi-6

where can I find a good delphi library?


I'm using delphi6, and it lacks the following abilities:

  • a library object,
  • a list object(looks like TList,TStringList is good enough?)
  • a algorithm library(like sort,)
  • template library like STL
  • dynamic language feature or GC.
  • and so on.

how can I find this things?


Solution

  • Try Jedi Code Library. 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 is behind the times, check Delphi 2009 or at least Turbo Delphi