Jordi Corbilla
I couldn’t find a good self-explanatory example for the usage of Delphi-code-coverage tool so here you will find a simple example from top to bottom. The idea is really simple; I have a set of… … Read more
12 years ago in Code Coverage, Delphi, Delphi XE0
Jordi Corbilla
My first article of the year is about Quick Sequence Diagram Editor (sdedit), a tool for creating UML sequence diagrams from textual descriptions of objects and messages that follow a really easy syntax. The ones who follow… … Read more
12 years ago in Delphi, Delphi XE, Productivity, Sequence Diagrams, threading, UML0
Jordi Corbilla
Following my previous post (Capturing console output with Delphi 2010/XE) and with all the great comments received on it, I have decided to publish the new solution provided by Lübbe Onken which solves the hanging issue… … Read more
12 years ago in Delphi, delphi 2010, Delphi XE, Utilities0
Jordi Corbilla
I have been using Mock objects a lot with Delphi and I have implemented a small example and that you can find available in my personal repository on Google code. This simple example plays with… … Read more
12 years ago in Delphi, delphi 2010, Delphi XE, Mock0
Jordi Corbilla
To run an application from a service impersonating an user account, first we need to install “JEDI API Library & Security Code Library” as it contains different interesting OS callings which are really useful in… … Read more
13 years ago in API Windows, Delphi, delphi 2010, Delphi XE, JEDI, Services, windows0
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
SKamradt
It is inevitable. In my hurry to test something I created yet another console application and started entering some code. Funny thing how the project numbers keep mounting, and I have no recollection what any… … Read more
14 years ago in Delphi, Delphi XE, Tip0