I have some code in MC++. I would like to convert it to CLI. Is there
a conversion program that exists anywhere? If so where?
Bruce
>I have some code in MC++. I would like to convert it to CLI. Is there a
>conversion program that exists anywhere? If so where?
>
> Bruce
I'm quoting an article on this topic from Carl Daniel, posted here a while
back:
<quote>
http://blogs.msdn.com/vcblog/archive/2006/12/08/managed-extensions-for-c-to-c-cl
i-conversion-tool.aspx
It's not perfect, but people have found it useful. The tool is totally
unsupported, but includes source code so those needing a more elaborate tool
can use it as a starting point.
-cd
</quote>
Bruce - 24 Dec 2006 03:23 GMT
>> I have some code in MC++. I would like to convert it to CLI. Is there a
>> conversion program that exists anywhere? If so where?
[quoted text clipped - 13 lines]
> -cd
> </quote>
Thank you very much!
Bruce
Bruce - 24 Dec 2006 03:40 GMT
>> I have some code in MC++. I would like to convert it to CLI. Is there a
>> conversion program that exists anywhere? If so where?
[quoted text clipped - 13 lines]
> -cd
> </quote>
Is there any information on running this tool?
When I type help, after starting mscfront, it just crashes.
Carl Daniel [VC++ MVP] - 24 Dec 2006 06:13 GMT
>>> I have some code in MC++. I would like to convert it to CLI. Is
>>> there a conversion program that exists anywhere? If so where?
[quoted text clipped - 17 lines]
>
> When I type help, after starting mscfront, it just crashes.
The blog posting and the contents of the download package are all that there
is, sorry.
-cd
Bruce - 24 Dec 2006 12:40 GMT
> The blog posting and the contents of the download package are all that there
> is, sorry.
>
> -cd
Wow! Thanks Carl. I really wish they would document it. The only way
I see how to figure out how to use it is to maybe look at the source
code that is provided in the download.
Bruce