Python/Wx dot net

HankC hankc at nospam.com
Tue Oct 7 15:49:22 EDT 2003


On 07 Oct 2003 17:58:09 +0100, jjl at pobox.com (John J. Lee) wrote:

>
>Ah.  I had assumed managed C++ was enough like C++ to make porting C
>and C++ easy.  Is that wrong?  I guess the problem is memory
>management? -- pretty fundamental to C.
>

My guess (being a borland customer) is that the answer is what your
compiler vendor gives you.  Borland is releasing a product soon that
you will write Delphi (object pascal) code but the compiler will emit
.net programs.  Unsupported data types, like pascal sets, will still
work through some sort of compiler magic.

I'd guess that MS/Borland/others will or have already released similar
products that would allow you to write c++ code and target .net.





More information about the Python-list mailing list