all groups > dotnet interop > september 2004 >
You're in the

dotnet interop

group:

unmanged VC++ application accessing .Net framework


unmanged VC++ application accessing .Net framework Ron Harter
9/7/2004 8:20:49 AM
dotnet interop:
I have a legacy application that is being updated and we would like to
access and use the XML features available in the .Net framework. What is the
best method to use to get at the .Net classes. The application needs to
remain an unmanaged application due to the various 3rd party packages in
use.

Would writing a COM wrapper for the XML classes we need be the simplest way
to go? Any examples available for access .Net framework from unmanaged
applications? The examples seem to oriented toward access unmanamed dll's
from managed applications.

Any help, advice or comments are welcome. The entire application is done in
C++


Regards

Ron Harter
ron.harter@jpmobile.com

Re: unmanged VC++ application accessing .Net framework Naveen K Kohli
9/7/2004 12:38:27 PM
You can look into using Managed C++ application. This way you will have
access to both worlds.

Naveen Kohli
http://www.netomatix.com

[quoted text, click to view]

Re: unmanged VC++ application accessing .Net framework Ron Harter
9/7/2004 2:21:49 PM

The application will not be a managed application. It will remain unmanaged.
I am looking for some examples of using the COM interop to call .Net
framework classes and assemblies from managed code.

[quoted text, click to view]

AddThis Social Bookmark Button