Category Archives: Delphi

Microsoft buys Skype for $8.5 billion – not bad for a Delphi application!

Skype was written in Delphi which made it easy to download to users with any Windows machine without having to worry about users having to download MB’s of java or .NET support files. This ease of configuration from the net … Continue reading

Posted in Delphi | Tagged , , , | Leave a comment

Running Delphi 6, Delphi 2007 and Borland Database Engine on 64 bit Windows 7

The Borland Database Engine (BDE) and Delphi versions prior to Delphi 2009 were created before 64 bit Windows 7 and thus the default installations need some tweaking to get them to run. I have created a page explaining the issues … Continue reading

Posted in Delphi | Tagged , , , | Leave a comment

SMS Texting from Delphi via RedCoal SMS SOAP Server

Many Australian companies use RedCoal SMS texting services to send SMS texts to mobile phones from computers. RedCoal supplies an API for its MIDA technology with VB and C++ examples but no Delphi code. I have created a Delphi demo … Continue reading

Posted in Delphi | Tagged , | Leave a comment

An approach to client server databases using Delphi

The following is an approach I have used successfully in robust 24×7 multi-user client server database applications using Delphi 6 and upwards and using either Sybase or MS SQL Server databases. This approach uses the traditional Delphi MIDAS TClientdataset-based approach … Continue reading

Posted in Delphi, Uncategorized | Tagged | Leave a comment

Embarcadero announces new Delphi roadmap

see here – view with IE as not all slides show in Firefox! Very brief summary of the revised roadmap as at August 2010: RAD Studio XE: coming late 2010 adds Delphi for PHP into the RAD Studio bundle latest … Continue reading

Posted in Delphi | Tagged | Leave a comment

Delphi – migrating BDE app to DBX4

Migrating a sophisticated BDE-based database application to DBExpress is not as trivial as it is to migrate to an ADO-based application, but the benefits are substantial – single dll deployment, fast, and cross-platform capability (eg. Linux, Mac compatibility in Delphi … Continue reading

Posted in Delphi | Tagged , | Leave a comment

TIOBE Programming Community Index Feb 2010

The TIOBE Programming Community Index for Feb 2010 shows that the most popular programming languages are: Java (17% – strongly trending downwards from 26.5% in 2001 – seems governments are NOT interested in java solutions anymore) C (17% trending downwards … Continue reading

Posted in Delphi, programming languages | Tagged , | 1 Comment