/delphi-standard-template-library

Automatically exported from code.google.com/p/delphi-standard-template-library

Primary LanguagePascalGNU General Public License v3.0GPL-3.0

DSTL - Delphi Standard Template Library

Introduction

Delphi Standard Template Library, or DSTL, is a library of container classes, algorithms, and iterators; it also provides many utility classes.

License

This project is licensed under the GNU GPL v3, you can redistribute it and/or modify it under the terms of the GNU General Public License.

Requirement

Delphi 2010 or later

Installation

  1. Open DSTL.dproj with Delphi and compile it.
  2. Add ./dcu to Delphi library path(Tools->Options->Library->Library path)
  3. Add ./src to Delphi browsing path(Tools->Options->Library->Browsing path)