You are viewing articles in the About Delphi category &rarr


What Operating Systems does Delphi support?

Posted December 15th @ 7:06 pm by m3Rlin

* Delphi 1 supports Windows 3.1x so programs compiled should run with no problems under operating systems that provide Windows 3.1 emulation, like OS/2 Warp, Windows 9x, NT, 2000, ME and XP and Linux with WinE.
* Delphi 2 and newer support Windows 95/98/NT/2000/ME/XP or Linux with WinE. Programs compiled with [...]

I Saved a Project in Delphi. What Are These files?

Posted December 15th @ 7:05 pm by m3Rlin

Here is a list of the file extensions created by Delphi and what they all mean:
Extension Description
.dpr Delphi Project File. This is actually a Object Pascal source file. It is the main program for the application.
.~dp A backup file of the .dpr file before the last save operation.
.pas In Delphi, .pas files are always [...]

« Previous Entries