Is it Time to Move to Delphi?

Posted by Kirby Turner on March 16, 2005

There were many rumbling last week in the Blogosphere regarding Microsoft’s decision to end support for Visual Basic 6.0. While I am not impacted by this decision, I couldn’t help but reflect on this.

I started using VB in 1993. I was amazed at how much easier it was to write a Windows application using VB as compared to C, and I was excited about the move to VB. But to put things in prospective, I was also excited about Clarion for Windows and Topspeed.

Over time the applications I wrote using VB became more complex and I needed more power. For instance, I had a need for owner drawn controls and writing Windows services. Yes, there were ways to get around limitations of VB such as using SpyWorks but I became increasingly annoyed with VB.

Delphi v1 was released in February of 1994 but I didn’t take notice of it until v2. I instantly fell in love with Delphi. It offered the easy of VB with the power of C/C++. Finally, I could do anything I needed using one language. I no longer had to rely on 3rd party DLLs or my own components written in VC++ to enhance my VB applications. Unfortunately my clients, as well as many U.S. companies, did not adopt Delphi as their language of choice. VB was the standard.

In my attempts to illustrate to clients the benefits of Delphi, and to keep my skills up, I would write prototype applications using Delphi and re-write the production app using VB. I would use Delphi features out of the box that would look and function better than the production VB app using 3rd party controls. In some cases I had to “dumb down” my Delphi prototype app as to not outshine the final result of the VB application. Still, there was one common message echoed by my clients when they saw the power of Delphi, “What is the future of Delphi?”

While Delphi appeared to be the better development platform, clients would question the longevity of Delphi as compared to Visual Basic. The thought was that by selecting VB, intellectual properties (aka source code) would be supported for years to come. After all, it was Microsoft’s flag ship development language for corporate development.

Fast forward to March 2005…200+ Microsoft MVPs along with 2000+ other concerned developers signed an electronic petition asking Microsoft to continue support and further development of VB6 and VBA. Companies world wide must now face the reality that their IP must be ported to VB.NET, or to another language, to continue receiving the technology advancements and benefits provided by tool vendors. And many are not too happy about it.

Meanwhile many Delphi applications today, even ones written in older versions of Delphi, continue to thrive and evolve. And migrating a Delphi application from Win32 to .NET is made easier with the support of VCL.NET and Delphi 2005. I’ve even seen cases where the only difference between a Win32 Delphi application and the .NET managed code equivalent is the project file. The application code remains unchanged.

If the companies that selected VB 10 years ago could have looked into the crystal ball, I wonder if they would have stuck with that decision or made a move to Delphi. And I wonder if the companies facing the challenges of porting countless lines of VB code will take a serious look at Delphi, its history, and its future.


Posted in uncategorized. Tagged in .