开发者

Delphi to Visual basic conversion utility

开发者 https://www.devze.com 2022-12-12 07:07 出处:网络
Is there any code conversion tool for convert开发者_StackOverflowing Delphi to Visual Basic? Please advice.

Is there any code conversion tool for convert开发者_StackOverflowing Delphi to Visual Basic? Please advice. Thank you very much.


Not that I'm ware of. There are tools to convert Delphi to C# or Visual Basic to Delphi. But not the other way around. It's probably because Delphi has a lot more features then Visual Basic to make it a difficult transition.

You can do it by hand. But it'll take a while.


If you consider moving to VB.NET (and .NET platform in general butnot VB6), these questions might give you some ideas/options:

  • What tools exist to convert a Delphi 7 application to C# and the .Net framework?
  • Is there an easy way, to Port a Win32 App in Delphi 2009 to .NET ?
  • Migrating a Delphi 7 application to .NET
  • Delphi to .NET + C#
  • Delphi’s interoperability with .NET

You can try migrating the application from Delphi (Win32) to Delphi.NET or Delphi Prism Once this step is complete you can consider migrating to VB.NET or C#

But it really depends on the technologies used by your original application (e.g. BDE, 3rd party components), level of interaction with WinApi and so on.


Delux Software has one.

0

精彩评论

暂无评论...
验证码 换一张
取 消