473,769 Members | 4,999 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2368
>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********@hot mail.com> wrote in message
news:11******** **************@ g14g2000cwa.goo glegroups.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********@hotm ail.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
3168
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 worth of it or should i continue to ude Delphi for new projects. I'am developing mostly desktop apps but in th future also ASP.NET apps. -erva
10
3172
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'; Function SearchPort (Prm1:LongWord) :LongWord; cdecl; External RFID_103_485IO name 'SearchPort';
9
5552
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 ASP.net app. We are trying to decide if it will be easier just to port some of our code over to Delphi .net or just to re-write the entire thing in C#. From what I've seen at the borland confernce the new Borland IDE looks a lot like the MS .NET...
16
3062
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 functions that are in the server. Is there something specific that I need to do in order to get Delphi to see the functions that are a part of the server? Thanks, glenn
7
6500
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 number of screens to be converted are huge, we are aiming minimum regression impact. What could be the best approach? Currently the option of Delphi.Net is ruled out.
13
2070
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 came up, should we stay with Delphi and go with Delphi 2005 or not. I'm interested to here everyone's opinion. Here were a few points raised. Is the future .net and will every one have .net in 2 years time. Will Delphi be around in 5 years time....
1
8082
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 print layout for slip printers. Pass a few parameters to this method and it returns a Delphi string which contains the entire slip, ready for sending to the slip printer. Now, we're slowly migrating to .NET and am in need of printing this slip...
4
4101
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 Service. Much of the data centred functionality on the application is quite involved, and to re-write all this functionality in the .NET web service would be very time consuming. Our idea is to perhaps develop a DLL written in Delphi, which copies...
11
2912
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 processing program scankromsator in delphi because its easy to write a gui. In arabia people are using it also. Also delphi, I heard delphi allows visual programming and delphi programs run on:
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10211
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10045
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9994
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9863
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7409
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5299
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5447
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.