OT: Upgrade from Delphi 5 ?????

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
JohnFredC
Power Member
Power Member
Posts: 886
Joined: 2003-03-14, 13:37 UTC
Location: Sarasota Florida

OT: Upgrade from Delphi 5 ?????

Post by *JohnFredC »

I have been using Delphi 5 for many years making utilities and a couple of "for profit" projects. All small scale and very dependent on freeware/open source controls available from the Delphi community at large (thanks to all).

I now have more time on my hands and the ability to address some larger applications that interest me.

Is an upgrade to Delphi 2005 a good idea? What are the pros/cons?

Also, I am fluent in Access VB and have downloaded the free VB 2005 beta. The VB 2005 IDE is appealing, but my understanding is that the distribution/runtime package would be large. Plus the small samples I have built seem to run more slowly than similar Delphi implementations.

Is .Net functionality needed if nothing I envision to make would use the internet?

Looking for any thoughts and comments...
Licensed, Mouse-Centric, moving (slowly) toward Touch-centric
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I'm still using Delphi 2 (!) for Total Commander, because it's the only version compatible with Delphi 1, and creates the most compact code. Personally I use Delphi 7 for some new internal projects, but I doubt that the difference to Delphi 5 is very large. The answer will be different if you need to go to .Net development - currently it's not advisable for shareware/freeware because of the requirement of the .Net framework.
Author of Total Commander
https://www.ghisler.com
User avatar
pdavit
Power Member
Power Member
Posts: 1529
Joined: 2003-02-05, 21:41 UTC
Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
Contact:

Post by *pdavit »

ghisler(Author) wrote:...it's the only version compatible with Delphi 1...
That applies just for the 16bit version of TC Christian?
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50390
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Yes, Delphi 1 is used for the 16-bit version. If you change a Delphi form in Delphi 3 or later, it can no longer be compiled with Delphi 1, so I have to stick with Delphi 2 for the 32-bit version.
Author of Total Commander
https://www.ghisler.com
User avatar
ctiberg
Member
Member
Posts: 194
Joined: 2003-10-24, 14:10 UTC
Location: Kristianstad, Sweden

Post by *ctiberg »

But surely that's only a property or two of the form that gets in the way? I'd think that it'd be possible to:

1) convert the form to text (using convert)
2) run it through a text processor to remove these properties
3) convert it back to .dfm binary

Perhaps a little work, but I wouldn't hesitate for more than 10 seconds :)
Best regards,
Christian Tiberg
Post Reply