Board index » delphi » Tool to convert pascal code to vb code?

Tool to convert pascal code to vb code?

Hi,

I'm looking for a tool to convert quite some pascal code (no GUI) to
vb.

I've searched a lot of search engines, nothing. Anyone?

Please email me at jero...@casema.net

Thanks,

Jeroen Baidenmann

 

Re:Tool to convert pascal code to vb code?


The DMS Reengineering Toolkit is generalized compiler technology
used to automate custom analyses, modification, and generation
of large scale software systems in many languages.
See http://www.semdesigns.com/Products/DMS/DMSToolkit.html.

Custom rewrite rules can be coded for DMS to carry out
such translations.

It "knows" both ObjectPascal and ISO Pascal, as well as VisualBasic,
so it is well poised to do this, but the translation is not off the shelf.

How much code do you want to convert?

--
Ira Baxter, Ph.D., CTO  idbax...@semdesigns.com 512-250-1018x140
Semantic Designs, Inc., www.semdesigns.com FAX 512-250-1191
12636 Research Blvd #C214, Austin, Texas 78759

Quote
"Jeroen Baidenmann" <jero...@casema.net> wrote in message

news:39d22f77.17183448@news.cistron.nl...
Quote
> Hi,

> I'm looking for a tool to convert quite some pascal code (no GUI) to
> vb.

> I've searched a lot of search engines, nothing. Anyone?

> Please email me at jero...@casema.net

> Thanks,

> Jeroen Baidenmann

Re:Tool to convert pascal code to vb code?


Quote
Jeroen Baidenmann wrote:

> Hi,

> I'm looking for a tool to convert quite some pascal code (no GUI) to
> vb.

> I've searched a lot of search engines, nothing. Anyone?

> Please email me at jero...@casema.net

> Thanks,

> Jeroen Baidenmann

If the reason for the conversion is to have a GUI, I think your best bet
is Delphi (iso VB).  The code should remain largely unchanged then, or
at least will be very similar.

Regards,
Steven Vandenbosch

Other Threads