Hello,
I need to use methods written in C ++ in a project written in C #, inside .NET (both) and that are contained in the same solution (as shown in the image below)
ItriedtocompiletheprojectsandaddtheC++projectreference(whichwascreatedinDLL->EmptyProjectmodebyvisualstudio),andwhenIaddedit(totheC#project)itwasnotavailableformetousetheclassIamdevelopinginC++
ThenIremovedthereferenceandtriedtoadditagain(becauseithadayellowtriangleonit),andnowwhenItrytoloadthereference,itshowsthefollowingerrormessage:
Could anyone help me?
I need to implement a method in assembly language, and C # does not allow me to program assembly as C ++ allows (* is a job for college, and I did not want to write the whole program in C ++, but in C #, the point is just the same assembly)