Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Delphi require a runtime library?

Tags:

delphi

I want to use a language that does not need any runtime library like .NET. Do Delphi 2009 or Delphi 2010 executables require any runtime library to start?

like image 535
al.pertro Avatar asked Apr 11 '26 19:04

al.pertro


1 Answers

If you build without using runtime packages then the executable will have the runtime library built in to it. You can therefore distribute a single executable module that will run on a plain vanilla Windows system.

For what it is worth, .net is supplied as a Windows component and you can rely on its presence, albeit sometimes a rather lower version than you would like.

like image 96
David Heffernan Avatar answered Apr 13 '26 12:04

David Heffernan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!