[fpc-devel] Minimum installation requirements
VisionForce
webmaster at visionforceweb.com
Fri Jan 20 01:00:13 CET 2006
What are VCL and KOL? What is the difference between the two?
Sincerely,
Alex C. Barberi
Chief Executive Officer
VisionForce
http://www.visionforceweb.com
----- Original Message -----
From: L505
To: FPC developers' list
Sent: Thursday, January 19, 2006 5:43 PM
Subject: Re: [fpc-devel] Minimum installation requirements
> If I wrote a program like Notepad in Delphi, what would be the minimum installation
> requirements to get the program up and running on a computer that just had
> Windows freshly installed?
If you use regular Delphi and VCL it can be anywwhere from 300-500K.
If you use Delphi with KOL you can build a notepad clone which is about 40K-50K in size, which is smaller than the notepad that comes with Windows.
Any program 40K-500K in size like this should work on a 486 66mHZ or pentium 75 or lower since it mainly relies on the operating system DLL's which are already in memory elsewhere.
Delphi does not require any DLL's other than the operating system's for programs like this.
------------------------------------------------------------------------------
_______________________________________________
fpc-devel maillist - fpc-devel at lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20060119/4508c8d9/attachment.html>
More information about the fpc-devel
mailing list