Inteoperatability between vc++ and c#
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is it possible to integrate the module developed in c#.net in vc++.net? If yes, then please let me know how it is done and using what? Raj
-
Hi, Is it possible to integrate the module developed in c#.net in vc++.net? If yes, then please let me know how it is done and using what? Raj
Do you mean to say, going for C# to VC++ or the other way round? The inteoperatability of .net for C++ is the IJW switch, this means visual studio .net will complile legacy C++ code, but the other way, how would an older version of visual studio know how to complile .net code? you would only be able to upgrade code, not the other way round! thanks andy