Jordi Corbilla
It’s again debugging time and in this post I’m going to put forward how to use ADPlus to troubleshoot hangs or crashes of our Delphi applications. As I’m sure you know, applications are getting more and… … Read more
13 years ago in Debug, Delphi, delphi 2010, Delphi XE, windows0
Soho Theme on while true do;
Great news for all the dorm and Spring4D users! As you probably know, finally has been announced the official Spring framework for Delphi. There is a lot of good technology in Spring4D! So, I’m glad… … Read more
13 years ago 0
Soho Theme on while true do;
Great news for all the dorm and Spring4D users! As you probably know, finally has been announced the official Spring framework for Delphi. There is a lot of good technology in Spring4D! So, I’m glad… … Read more
13 years ago 0
Soho Theme on while true do;
This is the first “Hello World” for my Delphi MVC Web Framework. program DelphiMVCWebFramework; {$APPTYPE CONSOLE} uses System.SysUtils, MVCEngine in ‘MVCEngine.pas’, BaseController in ‘BaseController.pas’; var mvc: TWebMVCEngine; begin mvc := TWebMVCEngine.Create; mvc.AddRoute(‘/’, procedure(Context: TWebContext) begin… … Read more
13 years ago 0
Soho Theme on while true do;
This is the first “Hello World” for my Delphi MVC Web Framework. program DelphiMVCWebFramework; {$APPTYPE CONSOLE} uses System.SysUtils, MVCEngine in ‘MVCEngine.pas’, BaseController in ‘BaseController.pas’; var mvc: TWebMVCEngine; begin mvc := TWebMVCEngine.Create; mvc.AddRoute(‘/’, procedure(Context: TWebContext) begin… … Read more
13 years ago 0