Answered by:
Use Unmanaged C++ class in .NET

Question
-
User-257361011 posted
Hi Everyone,
I have one project which is developed in unmanaged C++ code.
Now i want to use all unmanaged classes of C++ in .NET
I have one method called .NET wrapper in which i have to convert Unmanaged C++ class to managed C++ class which will then use as proxy class.
details for that are given in below link.
http://msdn.microsoft.com/en-us/library/aa712980(VS.71).aspx
Is there any other solution for develop this?
Monday, January 18, 2010 12:31 AM
Answers
-
User-1659704165 posted
http://msdn.microsoft.com/en-us/library/ms973872.aspx
http://ondotnet.com/pub/a/dotnet/2003/03/03/mcppp2.html
http://ondotnet.com/pub/a/dotnet/2003/01/13/intromcpp.html
chk above link may help u
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, January 20, 2010 2:28 AM
All replies
-
User-1659704165 posted
Hi,
http://msdn.microsoft.com/en-us/library/e59b22c5.aspx
http://msdn.microsoft.com/en-us/magazine/cc301501.aspx
chk the above linkMonday, January 18, 2010 1:22 AM -
User-257361011 posted
Hi Thanks for providing response but i dont have dll for my project.
i have list of c++ classes so tell me more about .net wrapper.
Tuesday, January 19, 2010 4:17 AM -
User-257361011 posted
Hi Experts,
Still i dont know how can i convert unmanaged C++ code to managed C++.
Wednesday, January 20, 2010 1:45 AM -
User-1659704165 posted
http://msdn.microsoft.com/en-us/library/ms973872.aspx
http://ondotnet.com/pub/a/dotnet/2003/03/03/mcppp2.html
http://ondotnet.com/pub/a/dotnet/2003/01/13/intromcpp.html
chk above link may help u
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, January 20, 2010 2:28 AM -
User-319574463 posted
Now i want to use all unmanaged classes of C++ in .NETWhat do these classes do?
Do you have unit tests for them?
Exactly which version of C++ were they developed with?
Friday, January 22, 2010 10:06 AM