Re: Converting Pascal to C++, C# or VB

"thompgc@gmail.com" <thompgc@gmail.com>
8 Apr 2006 17:13:27 -0400

          From comp.compilers

Related articles
[3 earlier articles]
Re: Converting Pascal to C++, C# or VB john@elmcrest.demon.co.uk (John O'Harrow) (2006-04-08)
Re: Converting Pascal to C++, C# or VB DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2006-04-08)
Re: Converting Pascal to C++, C# or VB englere.geo@yahoo.com (Eric) (2006-04-08)
Re: Converting Pascal to C++, C# or VB gneuner2@comcast.net (George Neuner) (2006-04-08)
Re: Converting Pascal to C++, C# or VB martin@gkc.org.uk (Martin Ward) (2006-04-08)
Re: Converting Pascal to C++, C# or VB neelk@cs.cmu.edu (Neelakantan Krishnaswami) (2006-04-08)
Re: Converting Pascal to C++, C# or VB thompgc@gmail.com (thompgc@gmail.com) (2006-04-08)
Re: Converting Pascal to C++, C# or VB marcov@stack.nl (Marco van de Voort) (2006-04-09)
Re: Converting Pascal to C++, C# or VB marcov@stack.nl (Marco van de Voort) (2006-04-09)
Re: Converting Pascal to C++, C# or VB marcov@stack.nl (Marco van de Voort) (2006-04-09)
Re: Converting Pascal to C++, C# or VB DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2006-04-10)
Re: Converting Pascal to C++, C# or VB gneuner2@comcast.net (George Neuner) (2006-04-10)
Re: Converting Pascal to C++, C# or VB englere.geo@yahoo.com (Eric) (2006-04-12)
[2 later articles]
| List of all articles for this month |

From: "thompgc@gmail.com" <thompgc@gmail.com>
Newsgroups: comp.compilers
Date: 8 Apr 2006 17:13:27 -0400
Organization: http://groups.google.com
References: 06-04-017
Keywords: Pascal, translator
Posted-Date: 08 Apr 2006 17:13:27 EDT

There are now versions of Delphi that support .NET
Perhaps you could compile the Delphi code you can already generate
w/one of those versions and used the resulting .NET assembly in Visual
Studio.


Or you could use .NET version of Delphi on some of the constructs that
are giving you trouble and see what .NET IL they generate. Perhaps
that would then give you an idea how to generate the code.



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.