Hello there! I have uploaded the next release of my free Delphi Component Installer (Beta 2). This release integrates the Delphi command line compiler and adds many other enhancements. A sample project is included, documentation will be added soon (promise!). Please review the code, test the sample and let me know about your thoughts, ideas, enhancements etc. Many thanks :)
Hello there! I have uploaded the next release of my free Delphi Component Installer (Beta 2). This release integrates the Delphi command line compiler and adds many other enhancements. A sample project is included, documentation will be added soon (promise!). Please review the code, test the sample and let me know about your thoughts, ideas, enhancements etc. Many thanks :)
http://ddobjects.de/free-software
http://ddobjects.de/free-software
There's no source code for Lazy Builder available in public, sorry.
ReplyDeleteBut, I can tell you about it. Lazy Delphi Builder uses JCL to communicate with Delphi.
These units are:
* JclIdeUtils: http://jcl.svn.sf.net/viewvc/jcl/trunk/jcl/source/common/JclIDEUtils.pas?revision=3893&view=markup
* JclCompilerUtils.pas: http://jcl.svn.sf.net/viewvc/jcl/trunk/jcl/source/common/JclCompilerUtils.pas?revision=3893&view=markup
* JclMsBuild.pas: http://jcl.svn.sf.net/viewvc/jcl/trunk/jcl/source/windows/JclMsBuild.pas?revision=3893&view=markup
Similar open source project is: Delphi Package Installer: http://code.google.com/p/delphipi/
ReplyDeleteHello Aleksay and thanks for pointing me out to the Jedi units. Some days ago I realized, that those guys already did implement some very interesting classes. I will have a look at those.
ReplyDelete