Fletch
One of the most challenging parts of inheriting a legacy project is to fix the memory leaks that most often are hiding in the code. A while ago, while dealing with an application that managed… … Read more
12 years ago in Code Detective, debugging, Delphi, FastMM0
Fletch
One of the most challenging parts of inheriting a legacy project is to fix the memory leaks that most often are hiding in the code. A while ago, while dealing with an application that managed… … Read more
12 years ago in Code Detective, debugging, Delphi, FastMM0
SKamradt
In playing around with Delphi XE3 and the new Metro UI wizards, I found I needed a few icons to explore with. After a little searching, I discovered a gem in the free utility MetroStudio…. … Read more
12 years ago in Delphi, Delphi-XE3, Icons, Metro0
Bob Swart
Yesterday, RAD Studio XE3 (including Delphi, C++Builder, Prism and HTML5 Builder) was released, and all developers with subscription (SA) should have received an e-mail from Embarcadero Maintenace with their login info to retrieve their XE3… … Read more
12 years ago in Delphi0
Francesca Gaillard
Very often, you have to check some information contained in the VERSIONINFO section of your application and most of the examples you can find on the InterWebz are doing it by using this WinAPI routine:… … Read more
12 years ago in Delphi, Resources, windows0
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
13 years ago in Delphi, delphi 2010, Delphi XE, Mock0
Jordi Corbilla
It is time for a retrospective now that we have gone through the first half of the year. Projects are coming along and I will be updating TDPE (Thundax Delphi Physics Engine) and PZaggy (Graph tool) which wil… … Read more
13 years ago in Delphi, News0
Jordi Corbilla
In this article I am playing with Unit tests and TCustomAttributes as I am working on different ideas to build up a lightweight testing framework. Basically I liked the idea of TestCase attribute from NUnit… … Read more
13 years ago in Delphi, DUnit, TCustomAttributes, Unit Testing0
Dave
This is part 2 of a short series that examines alpha-aware graphics using native GDI only – not GDI+, not DirectX, and not with any other custom non-GDI graphics implementation. This post will cover: Non-rectangular… … Read more
13 years ago in alpha transparency, alphablend, Delphi, ttransparentcanvas0
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