How can I use a c++ dll made from eclipse on visual studio 2012 c#? I already made the dll and tried to reference it in c# but visual studio gives an error that " A Reference to "....dll" could not be added please make sure that it is a valid assembly or com".
I have read about it needs to be a managed com or something? If so, How can I do that in my eclipse c++ dll?