473,417 Members | 1,331 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,417 software developers and data experts.

C# or Delphi

Currently I have been developing applications in Delphi 7. Recently I
meet up with a friend of mine who previously developed in Delphi, from
version 1 - 7. When Delphi 8 .net was release he found too many bugs
and switch to C# and loves it. I hope to do the same. However, I have a
few hurdles to jump.

Firstly my boss is a Delphi nut. I have heard the guy who originally
developed Delphi worked on the development of C# ? If so this maybe
sufficient ammunition alone.

Secondly we have nearly completed the localization of an app for Japan.
This has been a massive achievement due to all the problems we've
encountered along the way with Delphi and Rave Reports. I even had to
scrape Rave due to it not translating correctly and develop my own
reporting tool. Has anyone completed localization in Japanese with C#
.. I would be interested to know.

Thirdly has any one been down this route of converting Delphi code to
C#.

Thanks in advance

Nov 17 '05 #1
3 2340
>Firstly my boss is a Delphi nut. I have heard the guy who originally
developed Delphi worked on the development of C# ? If so this maybe
sufficient ammunition alone.
Yes, one of the original architects and creators of Turbo Pascal and
later Delphi, Anders Hejlsberg, is now one of the master minds behind
C#.

Switching from Delphi to C# was very easy for me, too - thanks to the
brilliant architecture we've enjoyed in Delphi since 1995 !

C# as a language is easy to learn with a Delphi background, no big
hurdles there - a few annoyances at first, but with a bit of
programming under your belt, you'll feel comfortable.

Using and making the most of the .NET Framework classes is a
no-brainer, too, thanks to having used the VCL extensively. You just
feel right at home. Again, a few annoyances and idiosyncrasies (why on
earth aren't the buttons on a toolbar individual objects, with a Click
event of their own??? A single click event handler for the whole
toolbar?? With a big switch statement inside to figure out which
button has been pressed???? This sounds like VB - not like C# / OOP to
me!!).
Thirdly has any one been down this route of converting Delphi code to
C#.


I didn't really convert any existing code to C# - no point in doing
so. But all new stuff at work is done in C#, and with a Delphi
background, picking it up and using it productively has been very easy
- the C++ guys are still struggling with all those "new", weird
concepts like properties on classes etc. :-)

So I don't think it'll be tricky going from Delphi to C# - then again,
why even bother? Delphi 2005 is a very good and solid .NET language
and development environment, too - you can do everything you can do in
C#, right from Delphi 2005 - heck, you can even compile C# code with
it!!

Marc

================================================== ==============
Marc Scheuner May The Source Be With You!
Berne, Switzerland m.scheuner -at- inova.ch
Nov 17 '05 #2
<lu********@hotmail.com> wrote in message
news:11**********************@g14g2000cwa.googlegr oups.com...

I think a migration to Delphi.NET would be the best way to switch to the
..NET platform.
- Michael S
Nov 17 '05 #3
Bob
We localized our enterprise .NET Application (in C#, VB.NET and
C++.net) into several languages including Japanese. We followed the
automatic process described in this article:

http://www.ftponline.com/vsm/2005_05...atures/lhuang/

- bob

lu********@hotmail.com wrote:
Currently I have been developing applications in Delphi 7. Recently I
meet up with a friend of mine who previously developed in Delphi, from
version 1 - 7. When Delphi 8 .net was release he found too many bugs
and switch to C# and loves it. I hope to do the same. However, I have a
few hurdles to jump.

Firstly my boss is a Delphi nut. I have heard the guy who originally
developed Delphi worked on the development of C# ? If so this maybe
sufficient ammunition alone.

Secondly we have nearly completed the localization of an app for Japan.
This has been a massive achievement due to all the problems we've
encountered along the way with Delphi and Rave Reports. I even had to
scrape Rave due to it not translating correctly and develop my own
reporting tool. Has anyone completed localization in Japanese with C#
. I would be interested to know.

Thirdly has any one been down this route of converting Delphi code to
C#.

Thanks in advance


Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Erva | last post by:
Hi, Is there someone who has moved from Delphi to VS.NET? I'am using Delphi currently but seriously considering to moving VS.NET. I would like to hear if someone has already done that, is it...
10
by: Arda Han | last post by:
I am migrating my some applications from Delphi to C#. But... Yes But I don't know C# professionally. I am using DLL in delphi like this : ..... const RFID_103_485IO = 'Cihaz.dll'; ...
9
by: Gclinton | last post by:
I'm looking for a comparsion of C# to Delphi .net. My company is about to begin the process of reengineering a Delphi tightly coupled win32 app and a Older Java webclient that uses JSP over to an...
16
by: glenn | last post by:
I've gotten a COM server written in C# and I can call it from a VBScript just fine and it works perfectly. However, I import it into Delphi 6 or Delphi 2005 and I can not get access to any of the...
7
by: Sanjay Kedare | last post by:
Hi, I am evaluating various alternatives of converting Delphi (Ver 4.0) screens to C# screens. Are there any tools available for such conversion? if yes how much conversion do they achieve? The...
13
by: lukeharpin | last post by:
Hi World, We have been developing Engineering software in Delphi 3,4,5,6,7 for a few years now. This morning we had a discussion about OOP and re-programming the software to which the question...
1
by: Thomas Due | last post by:
Hi, I manage an rather old application in which we have some fairly complex (ugly) Delphi code. This is Delphi 6 we're talking about. Among all this Delphi code there is method for formating a...
4
by: =?Utf-8?B?ZGF2ZWJ5dGhlc2Vh?= | last post by:
Dear List, We have a large application written in Delphi. I am writing a mobile app written in .NET (C#) which reads and writes into the Delphi applications Oracle database via a .NET Web...
11
by: gnuist006 | last post by:
Is there a Delphi equivalent in the C world or Scheme/LISP world ? Recently, Delphi is in resurgence. In Russia people are using like crazy. For example, Bolega has written a free image...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.