Can I use DLL written in C++ in my C# project? -
itemprop = "text">
The problem is - I want to write a template class in C ++, call it in DLL and call it C # project Is this possible? Can you please provide any reference or article about doing so?
Edit
I uncompressed C ++
The template class could not be exported. It does not exist until someone does not instantiate it. You should instantly clear it and then export it as a normal class.
Comments
Post a Comment