Home |  Submit a Program |  Sponsor a Category |  Contact us  |   Select a category :         

  General
Home
Submit a Program
Sponsor a Category
  Components
Grid Components
Database Components
Installation & Distribution Components
E-mail Communication Components
SMS Communication Components
Network Communication Components
Data Encryption Components
Document Conversion PDF Comp.
Report Writers Components
Mapping and GIS Components
File Upload/Download Components
Miscellaneous Components
Themes and Skin Components
 
  IDE's
Visual Studio
Lazarus
WinDev
MonoDevelop
Dev C++
WinAsm
  Useful stuff
Programs
  Related Sites
  WindowsManagement.com
Online resource for IT Professionals who deploy, manage, and support Microsoft products and services.
  MonitorTools.com
Complete listing of network-related Monitor Tools available today. All Tools are organized by category. The collection is updated frequently.
  ItilFoundations.com
ItilFoundations.com is a comprehensive information and software directory for IT professionals who are working in a Service Management organization.

Lazarus - FreePascal






Visit Lazarus - FreePascal website
Download Lazarus - FreePascal

Lazarus is a cross platform visual IDE which provides a Delphi clone for Pascal and Object Pascal developers. It is developed for and supported by the Free Pascal compiler, and as of March 2008 available for several Linux distributions, FreeBSD, Mac OS X and Microsoft Windows. Distributed under a mix of free software licenses, Lazarus is free software, just as Free Pascal is. Notably among those licences is a modified version of the GNU Lesser General Public License. The modification grants extra permissions to allow Lazarus to be used in proprietary software.
Free Pascal is a compiler which runs on many operating systems. It is designed to use and compile Delphi source code, which is Object Oriented Pascal. Unlike Java which is intended to be write once, run anywhere, Lazarus and Free Pascal aim to be write once, compile anywhere. As the same compiler is available for all of the above operating systems, there is no need for recoding to produce identical products for different platforms, except when operating-system-dependent features are used. Cross-compiling is supported.