reference - Does a simple delphi form app needs any libraries or dependencies to deploy? -


I need to apply a simple form and I want to make it easy to implement (install libraries or dependencies I do not want to use Visual Studio CPP or CSPPP because CLR Apps compile with NET Frameworks and I do not have much experience with MFC and Dialogues.

So I was wondering which library used a simple Delphi VCL form app (using TForm), because I never installed anything to run the normal Delphi application Have had to do

Delphi embeds everything in the EXE file, such as those that are dependent on BPL or DLL files , But for a simple application, you only need EXE ...


Comments