Compare two XML Files
-
Hi all.. I want to compare two xml files using vc++ and store the output in the xml format... When i searched in MSDN .I got the tool..i.e XML Diff and Patch GUI Tool... Can i use the tool in my program..I am using Visual Studio 6.0...or it supports only .net framework If yes means how can i use it.. should i install anything or i should include anu dlls or include any .h files. I went through msdn..but i got confused a bit..please can anyone brief me how to use it.. If i got some example..it will well and good.... else brief about so that i can understand and use it.. thank you manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju
-
Hi all.. I want to compare two xml files using vc++ and store the output in the xml format... When i searched in MSDN .I got the tool..i.e XML Diff and Patch GUI Tool... Can i use the tool in my program..I am using Visual Studio 6.0...or it supports only .net framework If yes means how can i use it.. should i install anything or i should include anu dlls or include any .h files. I went through msdn..but i got confused a bit..please can anyone brief me how to use it.. If i got some example..it will well and good.... else brief about so that i can understand and use it.. thank you manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju
The code is written in C# so it's better to use Managed code itself to get teh required functionality from this library. Otherwise you will have to port the code to C++. There are some tweaks to call C# code from native C++. Exposing .NET Components to COM[^] Calling C# code from C++[^] .NET COM IOP[^] Anyway I've never tried this out. Please check it.
-Sarath. "Great hopes make everything great possible" - Benjamin Franklin
My blog - Sharing My Thoughts, An Article - Understanding Statepattern
-
The code is written in C# so it's better to use Managed code itself to get teh required functionality from this library. Otherwise you will have to port the code to C++. There are some tweaks to call C# code from native C++. Exposing .NET Components to COM[^] Calling C# code from C++[^] .NET COM IOP[^] Anyway I've never tried this out. Please check it.
-Sarath. "Great hopes make everything great possible" - Benjamin Franklin
My blog - Sharing My Thoughts, An Article - Understanding Statepattern
Hi.. Thanks for your reply.. Is there any tool to compare two xml files using vc++... or else can u provide me a any links where i can get some vc++ code examples to compare two xml files thank you manju
Hi.. I am Mnaju.I have Completed my B.E Computers Science.Lokking for a job.I am interested in VC++ manju