Search:
Namespaces
Discussions
.NET v1.1
Feedback
VCC+ and .Net assemblies
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.languages.vc
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
Ron Harter
Has anyone used the COM interop to acess .Net asseblies from an unmanaged
C++ application?
For various reasons we have a legacy VS 6.0 C++ application that we would
like to compile with VS .Net and without the /clr switch and using the COM
interop use the XML features available in the .Net Framework.
Since we are new to .Net we need a cookbook method to expose Ssytem.XML as
COM object and then add it to our VC++ project.
Any help is greatly appreciated sine we are unable to figure it out from the
microsoft documentation.
Regards
Ron Harter
Reply to this message...
Ronald Laeremans [MSFT] (VIP)
Not really possible. Only managed APIs or type hierarchies that are designed
to be used through COM Interop reasonably support that scenario.
You do not need to compile your entire application with /clr to use the .Net
framework from some piece. If you want perfect isolation you can even just
put that code in 1 DLL and call that from the rest of your application.
Ronald Laeremans
Visual C++ team
"Ron Harter" <
Click here to reveal e-mail address
> wrote in message
news:uBO%
Click here to reveal e-mail address
...
[Original message clipped]
Reply to this message...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us
-
Terms of Use
-
Privacy Policy
-
www.dotnet247.com