Hi everyone, I just wanted to post a quick message about my first published article in the Blaise Pascal Magazine (issue 21). My article is the first in a series on motion-based input technology (such as the Kinect or the … Continue reading →
Lua4Delphi is about to be released, and so, for those interested, it is important know how to implement it in your own applications. [Overview] What are the current capabilities of Lua4Delphi? As it stands today (and will certainly be in … Continue reading →
The one thing that annoys me most when producing the numerous open source libraries and tools I’m developing is the constant replication of code, in an attempt to keep each project separate from the others. The number of times I’ve … Continue reading →
Video speaks volumes, so please enjoy my video on how to mix FireMonkey forms directly into VCL Projects…. including a full demonstration of MonkeyMixer (my new – ready to release – plugin which automates the process). Things to remember: Embarcadero … Continue reading →
One of the most prevalent questions we Delphi developers have been pondering ever since the announcement of FireMonkey has been “so, how long is it going to take for me to switch my VGScene/VCL forms over to FireMonkey?” Well, a … Continue reading →
This guide will show you (both through description and illustration) how to configure your Windows development, and MacOSX deployment/testing, systems for Delphi XE2 and FireMonkey applications. Continue reading →
It is quite probably the most common elementary design flaw we all make at some point or another, many even to this day. You create a new VCL Application project, and the very first thing you do is start dropping buttons and other controls onto the form… Continue reading →
With Delphi going cross-platform (as well as 64 bit for Windows), you’re about to notice that an awful lot of projects you have invested so much time and effort into are going stop compiling or working properly. I’m already noticing … Continue reading →