Why can’t I access my C++ CLR Class Library in C#
I am currently following this tutorial: Creating OpenGL Windows in WPF but rebuilding it with some minor changes (just implementing the host Win32 API window). I am trying to use a C++ class in C# but for some reason, I cannot access the C++ class code. I have added a reference in the C# project … Read more