+ 1
How to create and use c++ dll from other language like c#
I have a graphics opengl program written in cpp nd i wanted to use the code in c#. I have a ui built with opengl c# and likr to change the color of the drawing and make other chanegs to it.
4 Answers
+ 1
So your main program is c#.
And the dll is written in c++
+ 1
yes but idk how to change it to dll and use it i c#
+ 1
thanks i will check them out nd get back