Does a simple delphi form app needs any libraries or dependencies to deploy?
Posted
by peterg
on Stack Overflow
See other posts from Stack Overflow
or by peterg
Published on 2010-05-15T14:37:59Z
Indexed on
2010/05/15
14:44 UTC
Read the original article
Hit count: 229
I need to code a simple form application and I want to make it easy to deploy (without installing libraries or dependencies), I don't want to use visual studio cpp or csharp because clr apps compile with .net frameworks and I have no much experience with mfc and dialogs.
So I was wondering which libraries does a simple delphi vcl forms app (those using TForm) use, because I've never had to install anything to run simple delphi apps.
© Stack Overflow or respective owner