Visual Studio versus Delphi
-
I have a family member who is at the start of an important new government project that will involve a Windows application. One of the consultants is advising them to base the new project on Delphi. I am strongly in favor of Visual Studio. I was wondering how experts on this forum feel about Delphi versus VS? Please let us know your preferences. Thanks!
How do we preserve the wisdom men will need, when their violent passions are spent? - The Lost Horizon
I would go with VS any day :) It's much cheaper, and support from the .net community pretty much rocks! Best, John
-- LogWizard Meet the Log Viewer that makes monitoring log files a joy!
-
Excuse me... Have you said SuperBase? do you mean that Access like database system that came in a cardboard box that was like a leather case with SuperBase written in an Indiana Jones like font?
[www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]
Yep that's the one although that was very much the later design, they tried a number of designs, none worked well. It was a competitor to access but was nothing like it. Competing with ms was painful.
Never underestimate the power of human stupidity RAH
-
I have a family member who is at the start of an important new government project that will involve a Windows application. One of the consultants is advising them to base the new project on Delphi. I am strongly in favor of Visual Studio. I was wondering how experts on this forum feel about Delphi versus VS? Please let us know your preferences. Thanks!
How do we preserve the wisdom men will need, when their violent passions are spent? - The Lost Horizon
These days, for GUI applications I would definitely recommend C# over Delphi. The languages are quite similar at their core (they were designed by the same person) but it is orders of magnitude harder to find developers skilled in Delphi. For recruitment, and for maintainability, C# is a much better option. If you find you need to fix something three years after deployment, finding a Delphi developer to do it will be very expensive. I mainly use C# and C++, but worked with Delphi in the mid-90s and mid-noughties, so do occasionally get calls from recruiters desperate to find someone with Delphi experience. And they are desperate. Sounds like the consultant is either not as knowledgeable about the field as you should be able to expect, or is angling for a long-term contract with no competition. The only reason to start a new Delphi project these days is if you have a large amount of tried and tested existing Delphi code you want to re-use. Even so, in that case I'd package that into DLLs and call from a C# application.
-
These days, for GUI applications I would definitely recommend C# over Delphi. The languages are quite similar at their core (they were designed by the same person) but it is orders of magnitude harder to find developers skilled in Delphi. For recruitment, and for maintainability, C# is a much better option. If you find you need to fix something three years after deployment, finding a Delphi developer to do it will be very expensive. I mainly use C# and C++, but worked with Delphi in the mid-90s and mid-noughties, so do occasionally get calls from recruiters desperate to find someone with Delphi experience. And they are desperate. Sounds like the consultant is either not as knowledgeable about the field as you should be able to expect, or is angling for a long-term contract with no competition. The only reason to start a new Delphi project these days is if you have a large amount of tried and tested existing Delphi code you want to re-use. Even so, in that case I'd package that into DLLs and call from a C# application.
You are totally right. Getting skilled programmers is an important issue, it can kill projects. Dlls are a really good point for using C# - even if a big codebase is in Delphi. The hammer bonus is the clear interface and no one will fizzle in the old code.
Press F1 for help or google it. Greetings from Germany
-
I have a family member who is at the start of an important new government project that will involve a Windows application. One of the consultants is advising them to base the new project on Delphi. I am strongly in favor of Visual Studio. I was wondering how experts on this forum feel about Delphi versus VS? Please let us know your preferences. Thanks!
How do we preserve the wisdom men will need, when their violent passions are spent? - The Lost Horizon
VS advantage: Every
Delphi advantage: noneTechnically a no-brainer. I fear that the problem is more in the domain of psychology. If the consultant is pushy, eloquent, and convincing then how do you battle? A few bullets in favour of VS, (that may have been mentioned) are: * Easier to hire talent * Superior debugger * It is more modern and future proof as a platform (but you must learn your homework to meet arguments on this) * Easier to deploy * etc etc Good luck
Life is too shor
-
Looks like that consultant knows only three things: 1. Delphi. 2. Delphi. 3. Delphi.
Avijnata, how long you been around here? You know it should be 0. 1. 2. :laugh: (Notice the joke icon)
Mongo: Mongo only pawn... in game of life.
-
Avijnata, how long you been around here? You know it should be 0. 1. 2. :laugh: (Notice the joke icon)
Mongo: Mongo only pawn... in game of life.
:thumbsup: Consultants may not know how to reckon from zero. :-) Because, money is never reckoned from zero, isn't it? And consultants only (know how to) count money.
-
Avijnata, how long you been around here? You know it should be 0. 1. 2. :laugh: (Notice the joke icon)
Mongo: Mongo only pawn... in game of life.
Option Base 1
GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- ++>+++ y+++* Weapons extension: ma- k++ F+2 X If you think 'goto' is evil, try writing an Assembly program without JMP. -- TNCaver "When you have eliminated the JavaScript, whatever remains must be an empty page." -- Mike Hankey
-
I have a family member who is at the start of an important new government project that will involve a Windows application. One of the consultants is advising them to base the new project on Delphi. I am strongly in favor of Visual Studio. I was wondering how experts on this forum feel about Delphi versus VS? Please let us know your preferences. Thanks!
How do we preserve the wisdom men will need, when their violent passions are spent? - The Lost Horizon
-
I do not like anything by Embarcadero, and have always had more trouble with their products then with Microsoft, even when Borland owned the line before Embarcadero. I would use C# and Visual Studio, personally. Delphi, is a language. Visual Studio is an IDE, not a language.
I thought Delphi was a platform and Object Pascal the language.
i cri evry tiem
-
I thought Delphi was a platform and Object Pascal the language.
i cri evry tiem
Well, that's a tricky situation. Originally, Delphi (the platform) used Object Pascal, but then Borland began evolving the language and it became Delphi. There were some minor syntax deviations initially, but now there are all kinds of extensions (e.g. generics, anonymous methods) that exist in Delphi that aren't in Object Pascal. If you want more information or just want to get even more confused, head on over to the Object Pascal wikipedia page[^].
The United States invariably does the right thing, after having exhausted every other alternative. -Winston Churchill America is the only country that went from barbarism to decadence without civilization in between. -Oscar Wilde Wow, even the French showed a little more spine than that before they got their sh*t pushed in.[^] -Colin Mullikin
-
Yep that's the one although that was very much the later design, they tried a number of designs, none worked well. It was a competitor to access but was nothing like it. Competing with ms was painful.
Never underestimate the power of human stupidity RAH
I worked with that software at one company that used it to store data and to perform programming tasks. It was very limited and the people in the IT department there ended up developing several things in C++ and putting them into a DLL to be used from SuperBase... X| At that time (20+ years ago) I was like: "does anyone else works with this?" but it seems that it was... :laugh:
[www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]
-
I worked with that software at one company that used it to store data and to perform programming tasks. It was very limited and the people in the IT department there ended up developing several things in C++ and putting them into a DLL to be used from SuperBase... X| At that time (20+ years ago) I was like: "does anyone else works with this?" but it seems that it was... :laugh:
[www.tamautomation.com] | Robots, CNC and PLC machines for grinding and polishing. [YouTube channel]
It never did reach critical mass, then it got sold and sold and eventually was so marginalised I think it disappeared. I made a comfortable living in the 90s building solutions using it and was sad to see it die, especially as the alternative was access. It was nice being able to turn up with 2 360k disks and have your database and solution installed. I used Delphi for a while and eventually got into the dress vb6.
Never underestimate the power of human stupidity RAH