Reinvent The Wheel

Round is nice, but we can do better!

RADSplit Logo

May 13, 2012
by Simon J Stuart
0 comments

Introducing RADSplit Beta (DOWNLOAD NOW!)

Yesterday I announced on Google+ that I was working on a small (but very useful) RAD Studio (Delphi and C++ Builder) plugin I call “RADSplit”. Today I am happy to announce a full BETA release is available for RAD Studio … Continue reading

RAD Twitter

April 4, 2012
by Simon J Stuart
10 Comments

TTwitter updated to fix “401″ bug

I have just released an update for TTwitter (the original “deprecated” version currently available on this blog) to fix the “401″ bug experienced by many of you. The update has been committed to the SVN repository, and an updated zip … Continue reading

QC

March 1, 2012
by Simon J Stuart
32 Comments

How much focus do you believe Embarcadero should apply to bug fixing versus new features in Delphi XE3?

I’d like to thank everyone for helping to provide definitive data in my previous poll (If you could have one new platform in Delphi XE3, which would it be?). The information you all provided has been very useful already (and … Continue reading

Lua4Delphi

February 5, 2012
by Simon J Stuart
64 Comments

Lua4Delphi Released!

UPDATE 1 (6th Feb 2012) All known bugs have been fixed Packages have been added (to both LKSL and Lua4Delphi) for Delphi 2010 and XE A functional FireMonkey demo has been added to Lua4Delphi (requires XE2, for obvious reasons) Now … Continue reading

February 3, 2012
by Simon J Stuart
5 Comments

Lua4Delphi – Broken the Interface

I realize that not everyone is on Google+ (where I have been posting regular updates on Lua4Delphi), so you might not be aware that I have had to break the Interface on Lua4Delphi in order to make it support Lua … Continue reading

January 20, 2012
by Simon J Stuart
37 Comments

Lua4Delphi – Implementation Samples Part 1

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

January 15, 2012
by Simon J Stuart
3 Comments

Lua4Delphi release date

I’m happy to announce that Lua4Delphi (the core library required to begin using it… the entire free portion) will be released on Febrary 1st, no matter what! The current state of Lua4Delphi makes it useful even if the remaining features … Continue reading

AutoSuffix_1

January 10, 2012
by Simon J Stuart
20 Comments

AutoSuffix – One Package Project, Multiple Delphi Versions (Automatically)

Ever made a component or library package, and wanted the same package file to work on multiple versions of Delphi… without having to use a separate Package Project for each version? Well, I want to! Delphi doesn’t exactly make it … Continue reading

December 11, 2011
by Simon J Stuart
10 Comments

Lua4Delphi – Non-stop development…

Immediately after posting this, I shall be incommunicado for at least the next several days. I am going into seclusion to work around-the-clock on Lua4Delphi, and nothing but Lua4Delphi. The next time I post, Lua4Delphi will be ready for release … Continue reading

December 10, 2011
by Simon J Stuart
24 Comments

LaKraven Studios Standard Library [LKSL] – Smart Types

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