Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
.net support language independent applications.
I am working on C# application , I have created com dll in Visual studio 2008.

I dont want to maintain seperate project for com dll, I wolud like to have full code under C# solution.

Is it possible to write VC++ code under C# project? as far as language interoperatibility is considered I think it is possible. I dont know how to do it.

Any body has done it before?
Posted

1 solution

You can actually use C# to write your COM object. I have done this a couple of times, one was for a test on a website.

http://msdn.microsoft.com/en-us/library/c3fd4a20.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900