|
|
|
||||||||||||||||||
|
| |||||||||||||||||||
| Contents | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||
| Introduction | |||||||||||||||||||
Delphi is one of the best programming tools to create software for Windows. With Delphi you can without much effort create small yet powerful Windows applications, which do not need to be installed, do not depend on Active X controls, or special dlls. This means that you will have far fewer users complaining about installation problems than if you created your software using Java, .NET, Visual Basic or Visual C++. Besides, many quality Delphi freeware, shareware and open source components can be found on the Web. See also below. Delphi allows fast and high-level/abstract programming, like Java and Visual Basic, but you can also use it to code at a lower/more fundamental level, like you can do with most C++ environments. Delphi is based on the Pascal programming language making it ideal for educational purposes as well. | |||||||||||||||||||
| Free Delphi IDEs and Compilers | |||||||||||||||||||
| Turbo Delphi | Free industrial strength Delphi RAD (Rapid Application Development) environment and compiler for Windows. It comes with 200+ components and its own Visual Component Framework. Note: this is the free edition of Borland's Delphi. The only limitation of this free edition is that you can not install additional components. | ||||||||||||||||||
| Turbo Delphi for .NET | Free industrial strength Delphi application development environment and compiler for the Microsoft .NET platform. | ||||||||||||||||||
| Lazarus + Free Pascal | Freeware Delphi-like programming environment. The additional benefit of this excellent freeware programming tool is that it not only targets Windows (like Delphi), but also other platforms such as MAC, Linux, Windows Mobile, Palm, etc. | ||||||||||||||||||
| Free Delphi Compression Libraries | |||||||||||||||||||
| Abbrevia | Freeware open-source compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files. | ||||||||||||||||||
| DelphiZip | Freeware Delphi zip component including source code. | ||||||||||||||||||
| DIUcI | Delphi port of the fast and memory-efficient UCL C++-compression Library. | ||||||||||||||||||
| PasZLIB-SG | Native port of the zlib compression library. It also includes a tiny class for writing/reading zip files. | ||||||||||||||||||
| ZipForge | Excellent zip library for Delphi with zip64 support, encryption, unicode filenames, transactions, streams, etc. Free for personal use. | ||||||||||||||||||
| Free Delphi Script Engines | |||||||||||||||||||
| Tcl Scripting Language Components | Delphi wrapper around the TCL scripting engine. | ||||||||||||||||||
| Innerfuse Pascal Script | Freeware script engine written in Delphi. IFPS allowes you to use most of Object Pascal language within your projects at runtime. It's a set of units that can be compiled into your exe file so there is no need to distribute any external files. | ||||||||||||||||||
| Free Database Components | |||||||||||||||||||
| A simple Delphi wrapper for Sqlite 3 | A Delphi wrapper for the freeware/opensource sqlite3 dll which could be kept simple because it does not implement Delphi's TDataset interface. | ||||||||||||||||||
| Direct SQL | Cross-platform (Windows and Linux) Delphi/Kylix native components for directly accesing mySQL servers (without using any externall dll's). | ||||||||||||||||||
| Open source dbExpress drivers | DbExpress driver for ODBC. Supports Delphi 7 & 6.02, BCB 6, and Kylix 2 & 3. Tested against many Databases including: Microsoft SqlServer, Oracle, IBM DB2, Centura SqlBase, MySql, Microsoft Access, and | ||||||||||||||||||
| Quick Database components | Free database components. | ||||||||||||||||||
| SQL Parser for Delphi | A string parser that is capable to parse SQL statements into tokens, allows changing theese tokens and rebuilding (modified) SQL statement. | ||||||||||||||||||
| tDBF | A native data access component for Delphi, BCB, Kylix, FreePascal. It allows you to create very compact database programs which don't need any special installer programs. The DB engine code is compiled right into your executable. | ||||||||||||||||||
| ZeosLib | A set of freeware, open-source database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder. | ||||||||||||||||||
| Delphi Database engines | |||||||||||||||||||
| Absolute Database | Free for personal use. High-quality SQL database system with encryption and unicode support. Easy to use and deploy. It compiles directly into your application - no external DLLs or BDE needed. For other types of usage a registration fee is required. A multi-user version is available as well. The Delphi source code is available at an extra charge. | ||||||||||||||||||
| B-Tree Filer | Fast file-based database-system created with Borland Delphi, and which is not dependent on other tools, such as the Borland Database Engine or third-party dll's. Freeware, open-source. | ||||||||||||||||||
| DBISAM | Non-free. Multi-user and single-user database engine which compiles directly into your Delphi and C-Builder application. The Delphi source code is available at an extra charge. | ||||||||||||||||||
| FlashFiler | Freeware, open-source SQL client/server database engine created using Delphi. | ||||||||||||||||||
| kbmMemTable | Freeware. A full TDataset compatible in-memory table. | ||||||||||||||||||
| Real Isam | A database library (DLL) that uses the ISAM method (Indexed Sequential Access Method) to manage access keys and variable length data records. For C++, Delphi, Visual Basic, etc. Freeware for Windows. | ||||||||||||||||||
| tDBF | A native data access component for Delphi, BCB, Kylix, FreePascal. It allows you to create very compact database programs which don't need any special installer programs. The DB engine code is compiled right into your executable. | ||||||||||||||||||
| TJanSQL | TjanSQL is a single user SQL Database engine using plain text files with semi-colon separated data for data storage. In-memory handling of tables and recordsets; semi-compiled expressions. Freeware, open-source. | ||||||||||||||||||
| |||||||||||||||||||
| Free Encryption components | |||||||||||||||||||
| Delphi Encryption Compendium | A large number of modern and traditional encryption algorithms (Blowfish, Twofish, 3DES, Rijndael, etc.) with various encryption modes (CTS/CBC/CFB/OFB/ECB, etc.). Hashes (MD2/4/5, SHA1-512, RipeMD128-320, etc.), checksums (CRC32, CRC16, etc.), text encoding/decoding (MIME Base 64, XX/UU, etc.), secure random number functions. ANSI and Unicode strings are supported. | ||||||||||||||||||
| DCPcrypt | The "Delphi Cryptography Package" is an open source library of encryption and hash algorithms for Delphi, which includes these algorithms: Blowfish, Cast 128, Cast 256, DES, 3DES, Ice, Thin Ice, Ice2, IDEA, Mars, Misty1, RC2, RC4, RC5, RC6, AES Rijndael, Serpent, Tea, Twofish, Haval, MD4, MD5, RipeMD-128, RipeMD-160, SHA-1, SHA-256, SHA-384, SHA-512, Tiger. | ||||||||||||||||||
| TEA | 'Tiny encryption algorithm'. A strong, compact and fast block cipher algorithm with a 128-bit key. It is not patented. | ||||||||||||||||||
| Free Middleware Components | |||||||||||||||||||
| MidWare | A set of free 'Middleware' components and units which allow you to create an Application Server and related thin Client application, in just a few minutes. MidWare also includes CGI, ISAPI and ASP modules for web applications. | ||||||||||||||||||
| Free Delphi UI Components | |||||||||||||||||||
| Human Interface Device controller suite | The HID controller (Human Interface Devices) is a component suite, which gives complete access to HID devices. Handles all devices which are in the HID subclass of USB | ||||||||||||||||||
| LS Speller | A non-visual Delphi component designed to add spell check capability to any application | ||||||||||||||||||
| Soft Gems Color Picker | Free advanced color picker component for Delphi and BCB. | ||||||||||||||||||
| SynEdit | An advanced multi-line cross-platform edit control, for Borland Delphi, Kylix and C++Builder. It supports Syntax Highlighting and code completion, it includes exporters for html, txt and rtf. | ||||||||||||||||||
| Virtual Treeview | Very powerful freeware open-source Delphi treeview component. | ||||||||||||||||||
| Printing and Reports | |||||||||||||||||||
| Print Preview Suite | Excellent freeware Delphi print & preview component including source code. | ||||||||||||||||||
| FreeReport | Free report engine for Delphi and C++ Builder with report designer and previewer. Comparable to QuickReport3 and ReportBuilder 3.52. Freeware, full source code, royalty-free. | ||||||||||||||||||
| Report Manager | Both a print scheme designer (report) and a high level printing (reporting) engine. Also a TCP Report Server and a Web Report Server (PDF on the fly), supports Windows and Linux. Connectivity to almost all databases is provided. | ||||||||||||||||||
| Free Delphi Unicode Libraries | |||||||||||||||||||
| Delphi Fundamentals Unicode Library | Delphi units which provide common functions necessary to utilize Unicode strings in Delphi applications. | ||||||||||||||||||
| DIConverters | The Delphi version of the popular libiconv character conversion library. It supplies over 150 character set encodings with two complementary functions each, adding up to a total of more than 300 character conversion functions, to decode from encoding to Unicode, to encode from Unicode to encoding. All conversion are fully native and require no DLL or system dependencies. Applications build with DIConverters therefore run on all Win32 platforms starting from (and including!) Windows 95. | ||||||||||||||||||
| SoftGems Unicode Library | A Delphi Unicode support library to use WideStrings/Unicode strings in your application. It includes more than 100 functions and classes for handling Unicode widestrings, as well as a unicode-enabled search engine and a unicode enabled regular expression search engine. | ||||||||||||||||||
| SoftGems UniCodeEditor | UCE, the UniCodeEditor is an edit control for Delphi and Borland C++ Builder with syntax highlighting and WideString/Unicode support. This edit control comes with syntax highlighter classes for Delphi, C/C++, HTML, SQL and DCG (the Delphi Compiler Generator). | ||||||||||||||||||
| Delphi Component Directories | |||||||||||||||||||
| Torry's Delphi Page | Numerous components ordered by category. Recommended! | ||||||||||||||||||
| Delphi Pages | Delphi components, tips, articles, forums, resumes, etc. | ||||||||||||||||||
| VCL Components | Components and libraries for Delphi, C++, Basic, Assembler, etc. | ||||||||||||||||||
| Delphi Super Page | A large listing of components and sources. | ||||||||||||||||||
| Delphi32.com | Lots of Delphi-related information and downloads ordered by category. | ||||||||||||||||||
| DelphiSource | Libraries, components and utilities. | ||||||||||||||||||
| DelphiABC | Delphi components, tools, applications, samples, tips and articles. | ||||||||||||||||||
| ComponentSource | Very commercial components site for a variety of compilers including Delphi and .NET. | ||||||||||||||||||
| Free Delphi Memory Managers | |||||||||||||||||||
| FastMM | Memory manager for Borland Delphi Win32 applications that scales well in multi-threaded applications, is not prone to memory fragmentation, and supports shared memory without the use of external dll files. It should also be compatible with Win64 as well as larger than 2GB operating system address spaces. | ||||||||||||||||||
| FastSharemem | A fast, lightweight replacement for Sharemem.pas and Borlndmm.dll which requires no runtime DLL, and incurs virtually no performance penalty. | ||||||||||||||||||
| ShareMemRep | Another replacement of the Borland Win32 memory manager. | ||||||||||||||||||
| Free Delphi Libraries, Components, Utilities | |||||||||||||||||||
| Colin Wilson's Delphi Website | Components, libraries and utilities for Delphi. | ||||||||||||||||||
| Common geometry unit | A Delphi unit containing: vector functions (addition, subtraction, negation, combination, dot product, cross product, linear interpolation, angle computation etc.), matrix functions (creation of rotation, scale and translation matrices, adjoint, determinant, inversion, multiply, transposition etc.), quaternion functions (creation, conjugation, multiplication, convertion to/from matrices, spherical linear interpolation etc.) and a few mathematical functions not found in older Delphi versions. | ||||||||||||||||||
| Delphi Fundamentals | Comprehensive collection of Delphi code units. Includes libraries for Unicode, Strings, Data Structures, Socket components and Mathematics. | ||||||||||||||||||
| Delphi Hotkey | Create a system wide hotkey. The way this works is that your program will received an event whenever the specified hotkey is pressed regardless of which application has focus. | ||||||||||||||||||
| delphi2cpp | A free utility which converts Delphi/Pascal units into C++ code. | ||||||||||||||||||
| DelphiDabbler.com | Open source delphi components, libaries and IDE extensions. | ||||||||||||||||||
| DelphiWorks | A large high-quality freeware/open-source library for Win32 Delphi, containing routines for:
date/time conversions, registry, multimonitor systems, files and drives, html, ini files, MP3, networks, Win32 operating system functions,
numerics and mathematics, printers, string- conversions, etc. etc. Note: the site and documentation are in German. | ||||||||||||||||||
| DSiWin32 | Collection of more than 100 routines designed to simplify work with Win32 API. | ||||||||||||||||||
| GpHugeFile | Encapsulation of Windows file-handling routines that allows work with files larger than 2GB. | ||||||||||||||||||
| Jedi | A large collection of freeware/open-source components. | ||||||||||||||||||
| KOL | KOL - Key Objects Library is a set of objects to develop small-sized 32 bit Windows GUI applications using Delphi but without the VCL. KOL enables you to create very compact Windows32 GUI applications (11K or so without compression). It is distributed free of charge, with source code. Compatible with Delphi2 and higher, Borland Developer Studio, Turbo-Delphi, Kylix and Free Pascal 1.0.5 and higher. | ||||||||||||||||||
| MYTHcode.org | A collection of object pascal libraries for parsing text strings and macro languages HTML, XHTML, XML, CSS and others. | ||||||||||||||||||
| Primoz Gabrijelcic's Delphi Pages | An extremly useful collection of Delphi components/libraries. | ||||||||||||||||||
| PSV Delphi Components Library | A set of Open Source Delphi components containing: Windows Dialogs Library, php4Delphi, ISAPI and CGI support for Indy, RichEdit Syntax Highlighter . | ||||||||||||||||||
| Scalabium software | Free database components, label components, edits, buttons, panels and more. Including source. Note: to access their page containing numerous free components you need to click on the link 'Free SMComponents' in the left-hand pane. | ||||||||||||||||||
| Standard Interface Library | A framework library which aims to independize we all, the delphi developers, from the different glitches and jerks of the CLX/VCL, and attempts to provide code that is independent from the operating system. It is based on *heavy* use of interfaces. | ||||||||||||||||||
| TfisFileNotification | Creates a thread and uses it to monitor the contents of a directory or directory tree. Many different file changes can be monitored such as file size, last write, creation & deletion etc. | ||||||||||||||||||
| TPMath | A library of mathematical/scientific routines and programs written in Pascal. | ||||||||||||||||||
| TurboCASH Accounting | Entry level Delphi, Windows Accounting package for single users, small networks and distributed networks. Accomodates developer scripts, local plugins and multi language translation. Ideal for SME market. | ||||||||||||||||||
| TurboPower Essentials | 13 native VCL controls including drop-down calendars & calculators, roll-up dialogs, 3-D labels, tiled backgrounds, scrolling messages, menu buttons, and more. Freeware, open-source for Delphi and C++ Builder. | ||||||||||||||||||
| TurboPower Orpheus | Freeware, open-source UI toolkit for Borland Delphi and C++Builder. It contains over 120 components covering everything from data entry to calendars and clocks. Other noteworthy components include an Object Inspector, LookOut bar, and report views. | ||||||||||||||||||
| TurboPower ShellShock | A set of freeware, open-source components that let you customize applications with the functionality available in the Windows Shell and Windows Explorer, all without writing code. The components are written in native VCL for Borland Delphi and C++Builder. | ||||||||||||||||||
| TurboPower SysTools | Freeware, open-source library of utility routines and classes for Borland Delphi, C++Builder, and other environments that support COM. It includes 1-D and 2-D bar codes, sorting, money routines, logging, high-precision math, a run-time math expression analyzer, etc. | ||||||||||||||||||
| Unofficial VisualCLX patches | Unofficial VisualCLX patches | ||||||||||||||||||
| Free Graphics Libraries | |||||||||||||||||||
| AggPas | A Pascal/Delphi port of the AGG (Anti-Grain Geometry) 2D graphics library with anti-aliasing and subpixel rendering. Open source & freeware. The library does not depend on any special dll's. | ||||||||||||||||||
| Crispy Plotter | Plots mathematical functions at high speed. | ||||||||||||||||||
| Delphi Twain | Freeware open-source library to interface with TWAIN-compatible devices, such as: Scanners, Fax-modems. | ||||||||||||||||||
| Filters | An image processing library: sobel, convolution, morphology, vectorization, segmentation, blob, blur, histogram, susan, threshold, texture, contrast, standard deviation, canny, distance map, douglas-peuker, sklansky-gonzales, contour, edge, etc. | ||||||||||||||||||
| Genesis Device | Open Source 3D engine project to create a complete FPS game engine, including tools to create and view a virtual-scene. | ||||||||||||||||||
| GifImage | Freeware library to load, convert, save and display GIF's, and animated GIF's. See also Finn Tolderlund - Delphi programming. | ||||||||||||||||||
| Graph Package | Two components TGraph & TGraph3D which can help users to easily and quickly create 2D/3D graphics applications. | ||||||||||||||||||
| GraphicEx | An addendum to Delphi's Graphics.pas to enable your application to load many additional image formats. | ||||||||||||||||||
| Graphics32 | A library designed for fast 32-bit graphics handling on Delphi and Kylix. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives, and in most cases Graphics32 outperforms the standard TCanvas classes. It is almost a hundred times faster in per-pixel access and about 2 - 5 times faster in drawing lines. | ||||||||||||||||||
| PNG Delphi | A freeware open-source library for reading PNG images. | ||||||||||||||||||
| Real-Time Oscilloscope DLL Library | Freeware real-time Windows Oscilloscope DLL with an API for C++ , Delphi, MathWorks Matlab and Simulink. | ||||||||||||||||||
| TEffects | Free component for creating effects similar to what can be achieved by using commercial photo editing programs. | ||||||||||||||||||
| Free Delphi Audio libraries | |||||||||||||||||||
| Bass | An audio library for use in Windows and Mac OSX software. Its purpose is to provide developers with powerful and efficient sample, stream (MP3, MP2, MP1, OGG, WAV, AIFF, custom generated, and more via add-ons), MOD music (XM, IT, S3M, MOD, MTM, UMX), MO3 music (MP3/OGG compressed MODs), and recording functions. All in a tiny DLL, under 100Kb in size. C/C++, Delphi, Visual Basic and MASM APIs are provided, with several examples to get you started. .Net and other APIs are also available. | ||||||||||||||||||
| New Audio Components | Adds the capability of playing and recording audio to your application. Supported sound formats:
Wav, Ogg Vorbis, FLAC, Monkey Audio, WavPack, MP3, Windows WMA, DTS, AC-3. Also: change tags, mix audio streams, convert sample rates, etc. | ||||||||||||||||||
| Free 3D Programming | |||||||||||||||||||
| 3D Engines | Large list of 3D engines on various platforms and for various programming languages. | ||||||||||||||||||
| 3D Studio Import Library | A collection of classes and structures to allow loading 3d Studio mli (material) and prj (project) files into your Delphi and Borland C++ Builder application. | ||||||||||||||||||
| Delphi OpenGL community | German OpenGL site for Delphi programmers. | ||||||||||||||||||
| Delphi3d.net | Site devoted to rapid OpenGL development. | ||||||||||||||||||
| GLScene | OpenGL package written in Delphi; freeware, open-source. | ||||||||||||||||||
| Open GL projects including source | www.sulaco.co.za/opengl.htm, www.sulaco.co.za/opengl2.htm, www.sulaco.co.za/opengl3.htm, www.sulaco.co.za/opengl4.htm, www.sulaco.co.za/opengl5.htm. | ||||||||||||||||||
| OpenGL with Delphi | Borland community article on OpenGL. Get acquainted with OpenGL 3D graphics programming with this cookbook approach. | ||||||||||||||||||
| OpenGL.org | General home page of OpenGL. | ||||||||||||||||||
| OpenGL_SG | An interface unit for using OpenGL with Delphi. It contains the translations of the gl.h, glu.h, glx.h and glext.h header files as well as a number additional support functions, and an interface with for most OpenGL extensions. | ||||||||||||||||||
| TOpenGL | This TOpenGL component for Borland C++ Builder allows you to build great two or three dimensional images inside your program. You can even animate these images. | ||||||||||||||||||
| Codehead's Bitmap Font Generator | A free bitmap font creation tool for OpenGL or DirectX applications. | ||||||||||||||||||
| Free Delphi Game Programming | |||||||||||||||||||
| 3dstate | 3D Engines and sets of tools for writing 3D games. Freeware for non-commercial use. | ||||||||||||||||||
| About.com Delphi game programming | Real-time 2D particle systems, VCL sprite engine, 3D engines list, basic game programming, DirectX. | ||||||||||||||||||
| Chessboard | Freeware chessboard component for Delphi and C++ Builder. It provides a 2-Dimensional and customizable chessboard with a drag and drop interface and event handlers (OnLegalMove, OnIllegalMove, OnCapture, OnCheck, OnMate, OnStaleMate, OnDraw etc.) A simple chess engine is included but of course you can use your own chess engine as well. | ||||||||||||||||||
| Delphi Programs with Source | |||||||||||||||||||
| Apophysis | A windows application made in delphi for creating and editing fractal flames. Fractal flames are a extension on the ifs fractal. | ||||||||||||||||||
| Extreme Performance Hospital IS | Freeware, open-source application for hospitals, containing a large number of modules which keep data of Patient Image, Symptoms, Physical Condition, Investigation, Diagnosis, Treatment including Procedure / Medication,etc. There are 50 hospitals in Thailand using this program. | ||||||||||||||||||
| Free applications with source code | Free delphi-created programs with source code in the area of: database, games, graphics, multimedia, system, just useful, etc. | ||||||||||||||||||
| Free Delphi Programs with Source | Free Delphi programs with source code for Internet, Database, HTML generation, RSR232 communication, terminal emulation, graphics, data conversion, help file making and more. | ||||||||||||||||||
| Free Delphi Source Code Projects | A large number of open source applications, projects and components created using Delphi. | ||||||||||||||||||
| Monex | Personal finance manager based on double entry bookkeeping principles. Supports download of financial data (exchange rates, stock quotes ...). Download of online available data is intended for a Slovenian audience, but can be customized. | ||||||||||||||||||
| MultiPro - FTP Client | Windows FTP program. | ||||||||||||||||||
| OpenSeeIT | An opensource image viewer program for Windows written in Delphi. | ||||||||||||||||||
| Phoenix Mail | An open source email client for Windows (and Linux?). Developed using Delphi. | ||||||||||||||||||
| VSpeech | Application enabling users to control their computer by their voice. | ||||||||||||||||||
| Your First MP3 Delphi Player | How to build an MP3 player with the TMediaPlayer component. | ||||||||||||||||||
| |||||||||||||||||||
| Internet and Network Components | |||||||||||||||||||
| ICS | A large set of free native Delphi Internet components including example applications: FTP client and server, HTTP server, Ping, SMTP client, POP3 client, sockets, DNS, News, Finger, etc. | ||||||||||||||||||
| Indy Project | (1) Internet Direct (INDY) is an open source internet component suite comprised of popular internet protocols based on blocking sockets. (2) IndySoap is a Open Source Library for implementing Web services using Borland Pascal Compilers. | ||||||||||||||||||
| TurboPower Async Professional | A comprehensive communications toolkit for Borland Delphi, C++Builder, & ActiveX environments. It provides direct access to serial ports, TAPI, and the Microsoft Speech API. It supports faxing, terminal emulation, VOIP, & more. Freeware, open-source. | ||||||||||||||||||
| TurboPower Internet Professional | A set of freeware/open-source VCL components providing Internet connectivity. It includes POP3, SMTP, NNTP, FTP, HTTP, Instant Messaging, HTML viewer components, as well as components for low-level socket access. | ||||||||||||||||||
| Kylix WebProvider | Open Source CGI WebBroker replacement. It allows you to develop CGI applications in Apache environment using Kylix. It has a very small size compared to WebBroker and works fine with the Indy library and IndySOAP. | ||||||||||||||||||
| Core Delphi | |||||||||||||||||||
| Advanced Delphi | Various advanced Delphi projects including source code and detailed explanations: shell, windows API, Graphics, OLE programming, registry, hardware | ||||||||||||||||||
| Codexterity | Delphi and C# rants. | ||||||||||||||||||
| Delphi for MAC ? | If you like the idea of creating Delphi-Mac applications, or porting your existing Windows/Linux software to MAC, please take a little time to sign the Borland Delphi for MAC OS petition. | ||||||||||||||||||
| Programming without VCL and IDE | Example of a Delphi 'Hello World' application without using the Borland application framework, but by calling the Windows API directly. The advantage is a fast and very small program (15 Kb) but it is more work. | ||||||||||||||||||
| Free Resource Editors | |||||||||||||||||||
| XN Resource Editor | Freeware open-source resource editor and PE module explorer for Windows. It works with all resource files (.RES) and PE modules (.EXE, .DLL, etc.) and it has special knowledge of modules written in Delphi. It can display all the modules that comprise a Delphi program, and let you edit the properties of the components used on Delphi forms. | ||||||||||||||||||
| Resource Hacker | A freeware resource editor for 32bit Windows executables and resource files (*.res). | ||||||||||||||||||
| Free Delphi Tools | |||||||||||||||||||
| FreeVCS | Freeware, open-source version control system having a Client/Server architecture and written in Delphi. It has syntax highlighting for Delphi, Pascal, C++, VB, Perl, Java, JavaScript, HTML, CSS, PHP, SQL, etc. and can be integrated with the Delphi IDE. | ||||||||||||||||||
| Delphi Blogs and Magazines | |||||||||||||||||||
| DelphiFeeds.com | All Delphi blogs in one place. | ||||||||||||||||||
| Dr. Bob's Delphi Clinic | Indepth discussion of Delphi-related issues by Dr. Bob: links, news, facts, tricks, articles, etc. | ||||||||||||||||||
| Embarcadero Blogs | Blogs related to Delphi and other Embarcadero tools. | ||||||||||||||||||
| Rob's Technology Corner | Delphi-related blog by Robert Love. | ||||||||||||||||||
| Delphi Communities | |||||||||||||||||||
| Codegear Forums | The official Delphi discussion forums. Discuss your questions, ideas and problems with other programmers. | ||||||||||||||||||
| The Delphi Wiki | "A collaborative project to create the most definitive, accurate, and accessible database, reference and community for everything related to Delphi." | ||||||||||||||||||
| Delphi Newsgroups | Useful information regarding Delphi newsgroups. | ||||||||||||||||||
| Delphi User groups | A large list of local/country-based user groups. | ||||||||||||||||||
| Delphi-Talk | This mailing list is an open forum for discussing anything related to Borland Delphi. | ||||||||||||||||||
| BUG | UK Delphi user group. | ||||||||||||||||||
| ADUG | Australian Delphi User Group. | ||||||||||||||||||
| Tutorials, Tricks & Tips | |||||||||||||||||||
| A Beginner's Guide to Delphi Database Programming | This free online course for database beginners and those who want a broad overview of the art of database programming with Delphi. Learn how to design, develop and test a database application using ADO. | ||||||||||||||||||
| Delphi Basics | Help and reference for the fundamentals of the Delphi language. It is an introduction to the Delphi Object Oriented Language for newcomers, and provides a ready reference for experienced programmers. | ||||||||||||||||||
| Delphi Corner | Lots of extremely useful articles and tutorials. | ||||||||||||||||||
| Delphi Land | Tutorials for beginners and intermediate level programmers, crash Course Delphi, projects with fully commented source code, Tips and hints, book reviews, Questions and Answers Forum, etc. | ||||||||||||||||||
| Delphi Programming Advanced Topics | Programming the Windows shell, network programming techniques, computer monitoring techniques, graphics and multi-media programming, creating custom Delphi components. Recommended! | ||||||||||||||||||
| Delphi Tips | Tips and code fragments related to algorithms, Windows API, components, databases, distributed aplications, dll's, events, hardware, ide, object pascal, multimedia, security, etc. | ||||||||||||||||||
| DelphiTricks.com | Useful Delphi source code listings and examples. | ||||||||||||||||||
| Free Online Programming Tutorials | Free online programming tutorials for beginning Delphi programmers. | ||||||||||||||||||
| Pascal Newsletter | Tutorials and articles useful to the intermediate and advanced Delphi programmer. | ||||||||||||||||||
| Using C object files in Delphi | How to compile and link an object file into a Delphi unit, and provide the missing parts of the C runtime that it needs. | ||||||||||||||||||
| Delphi Resources | |||||||||||||||||||
| The Delphi-Box | Delphi portal; 1000+ links and tips for Developers. | ||||||||||||||||||
| HABit Delphi links | Very large collection of well-maintained links to Delphi sites, user-grups, downloads, tutorials, FAQs and tips. | ||||||||||||||||||
| DelphiSeek | Directory and search engine for Delphi components, resources, etc. | ||||||||||||||||||
| The Delphi compendium | Delphi-related books and links. | ||||||||||||||||||
| Delphi32.com | Components, downloads, articles and news. | ||||||||||||||||||
| EFG's Computer Lab | A page containing lots of very interesting projects. E.g. in the area of image processing, color, graphics, encryption, mathematics, fractals and chaos, science and engineering. | ||||||||||||||||||
| Project Jedi | The main goal of Project Jedi is to translate Windows API C++ library calls to
native pascal units which can be used in Delphi. Another goal is to be a "portal" Website through which the whole community can share support, reusable code and components. | ||||||||||||||||||
| About Delphi programming | Useful site containing articles on Delphi (programming, backgrounds, news, etc.). An extensive list containing many freeware, shareware and commercial components can be found here. | ||||||||||||||||||
| Related Freebyte Pages | |||||||||||||||||||
| Free Pascal Programming | Free pascal compilers, tutorials, tools and resources. | ||||||||||||||||||
| Free Cross-Platform Programming Tools | Free programming tools, interpreters and frameworks following the principle 'create once, compile anywhere' or 'create once, run anywhere'. This means that once you have created your program using one of the tools listed on this page, you can compile or run it on multiple platforms without much (if any) adaptation. | ||||||||||||||||||
| Free Java Programming | Free Java IDE's, compilers, object libraries, distribution and install tools, database systems, and tutorials. | ||||||||||||||||||
| Free Assembler Programming | Free tools for the assembler programmer for a variety of platforms and processors. | ||||||||||||||||||
| Free C++ (and C) Programming | Free C++ IDE's, compilers, libraries, tools, resources and tutorials for Linux/Unix, Windows, MAC, etc. | ||||||||||||||||||
| Free Databases | Freeware and open-source SQL database systems, freeware database tools, open-source (SQL) database libraries for Java, C++, Delphi. | ||||||||||||||||||
| Free Cobol Programming | Free Cobol compilers, tutorials and resources. | ||||||||||||||||||
| Free Basic Programming | Free Basic IDE's and Compilers, free Basic Interpreters, tutorials and resources. | ||||||||||||||||||
| Free Help File Authoring | Free help-file authoring tools and programs to create WinHelp and HTMLHelp files. | ||||||||||||||||||
| Free Programming Tools | Free programming tools for Windows, Linux, etc. Free C++, C, Delphi, Basic, Assembler, Cobol, Pascal, Java, SQL, Databases; links to free compilers, databases, interpreters, IDE's, installers, components, libraries, languages, helpfile generators and more. | ||||||||||||||||||
| Free Operating Systems | Free operating systems, such as: Linux, FreeBSD, Windows clones, emulators and much more. Also: interesting alternative commercial operating systems. | ||||||||||||||||||
| Free Unicode and Multi-lingual Programming tools | Free C++, Delphi and Java Unicode Libraries, free fonts and font-engines, free unicode resources and related information. | ||||||||||||||||||
| Free Web-Programming | Free Web programming languages, free server-side scripting, client-side scripting, Web scripts, Web programming tutorials and resources. | ||||||||||||||||||
| Free Website Tools | Free Website templates, clock widgets, counters, Web statistics, polls to put on your site, guest books to put on your site, DNS services, image optimizers and converters, background creation programs, URL forwarding services, site search engines, HTML editors, HTML and link validation tools, tutorials, resources, etc. | ||||||||||||||||||
| Free drivers, dll's, and bios upgrades | Find your missing system file (dll, vxd, ocx, driver, etc.) or BIOS upgrade, and download it for free. | ||||||||||||||||||
| Free Encryption and Computer Security | Free file, disk and email encryption software; free password managers, free data wiping tools, firewalls, computer vulnerability tests. | ||||||||||||||||||
| Free File and Disk Utilities | Disk catalog programs; backup, compression, split and zip programs; disk search engines, disk management utilities, remote file storage services, data recovery tools, data wipe tools, downloadable boot disks and more. | ||||||||||||||||||
| Free System and Administrator utilities | Free process viewers, system analysis tools, network monitoring tools, registry tools, task schedulers. | ||||||||||||||||||
| Free Home pages | Publish your own Web pages for free! Find the best service to host your home page. Create your Web page without any knowledge of HTML. Free services which enable you to run your own CGI scripts (PHP, ASP, Perl, etc.). | ||||||||||||||||||
| |||||||||||||||||||
| Information wanted! | |||||||||||||||||||
| If you know of any good free Delphi tools, such as: components, databases, libraries, script engines, free middleware, tutorials, ezines, please let us know! | |||||||||||||||||||
| About this page | |||||||||||||||||||
| Last updated on July 08, 2010
Copyright:
Freebyte.com If you have any comments about this page, | |||||||||||||||||||
|
Copyright © 1995-2010 Freebyte.com. All rights reserved. Freebyte.com is hosted by Ultrahosting.com |