Groups | Blog | Home
all groups > dotnet xml > january 2005 >

dotnet xml : Porting from VC++ 6


Robin Charisse
1/27/2005 11:43:03 AM
Hi,

I have a VC++6 project that uses msxml to parse XML documents. I have been
asked to port this to a .NET project but from the research I've done so far
it looks as though the only way to do this is to rewrite the project from
scratch in C#. Time is at a premium and given that I have no prior experience
of either C# or Visual Studio .NET, this is not an acceptable solution. Is
there any other way of doing this without wholesale code changes?

Christoph Schittko [MVP]
1/31/2005 8:55:26 PM
It's had to give a good answer without some background as to why you
need to port the code. C++ is a fully supported .NET language and you
can access MSXML via COM interop from managed code.

What exactly are you looking to do?

HTH,
Christoph Schittko
MVP XML
http://weblogs.asp.net/cschittko


[quoted text, click to view]
AddThis Social Bookmark Button