![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Dec 2007
Posts: 2
Rep Power: 0
![]() |
Convert win32 to .NET applications
hello,
My company is considering a (long needed) switch from delphi 5 to .NET, and i wonder if there's a way to simply convert the application as i noticed that almost all the components we used are not there.. Thank you |
|
|
|
|
|
#2 |
|
Caffeinated Neural Net
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 925
Rep Power: 4
![]() |
Re: Convert win32 to .NET applications
While there are apparently automated language conversion tools available, I can't comment as to how well they work. However, they seem to be mainly syntactic in nature, meaning they'll convert the language syntax, but if the APIs and other components used are not available, they won't help much.
Make no mistake- something like this is not a trivial task, and will probably require a lot of time and effort to complete, not to mention the inevitable bug fixes. If you're talking about a single application, it might not be too bad (particularly if it's a small app), but if you're talking about converting a large code base, then you've got your work cut out for you. What you really have to consider, though, is what the business rationale for the conversion is. In other words, how do you justify the potential costs? While wanting to get away from a Pascal code base is understandable, at least to someone scarred for life by Turbo Pascal in high school, it's not really valid from a business perspective.
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp |
|
|
|
|
|
#3 | |
|
Hobbyist Programmer
Join Date: Dec 2005
Posts: 118
Rep Power: 0
![]() |
Re: Convert win32 to .NET applications
Newer versions of Delphi can compile directly to .net. Check out these Google search results, e.g. http://www.delphibasics.co.uk/NetArt...e=NETForDelphi
Quote:
|
|
|
|
|
|
|
#4 |
|
Newbie
Join Date: Dec 2007
Posts: 8
Rep Power: 0
![]() |
Re: Convert win32 to .NET applications
Xenocode‘s postbuidle or vas,
Salamander .NET Linker . and oldest version" framework linker" |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Dec 2007
Posts: 2
Rep Power: 0
![]() |
Re: Convert win32 to .NET applications
Hey,
Thanks for the replies, actually what we need is to convert from delphi 5 to delphi for .NET, so we're not exactly looking for a converter to C# or another language, i thought a switch must be relatively easy, especially after i read some of the VLC.NET stuff, they use almost the same components, however coudn't successfully import the project.. maybe i missed a feature in the builder? i did successfully open the project in the win32 builder, i just had problems with the 3rd party components, which is normal.. has anyone tried such a conversion before? thank you |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using .NET 1.1 with Visual Studio 2005 | ReggaetonKing | C# | 2 | Aug 2nd, 2007 12:34 AM |
| Yet another .NET issue | Lesliect6 | Other Programming Languages | 5 | Mar 21st, 2007 8:08 AM |
| Creating .NET applications using visual c++ express. | Gradius | Other Programming Languages | 8 | Nov 26th, 2005 7:28 AM |
| Goal of .Net Framework or Mono | pr0gm3r | Other Programming Languages | 5 | Sep 9th, 2005 3:28 PM |
| Question about Win32 Programming | brokenhope | C++ | 15 | May 3rd, 2005 7:55 PM |