MC++ to CLI converison program?

  • Thread starter Thread starter Bruce
  • Start date Start date
B

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
 
Bruce said:
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/archiv...xtensions-for-c-to-c-cli-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>
 
pvdg42 said:
I'm quoting an article on this topic from Carl Daniel, posted here a while
back:

<quote>
http://blogs.msdn.com/vcblog/archiv...xtensions-for-c-to-c-cli-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>

Is there any information on running this tool?

When I type help, after starting mscfront, it just crashes.
 
Bruce said:
Is there any information on running this tool?

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
 
Carl said:
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
 
Back
Top