Integrating vc++ and c#
-
Hi , Can any one please let me know how can i use the vc++ code in c# using the concept of Managed and Unmanaged code? Bcoz i dot have any idea about the interface so please suggest me about how i can go ahead. Thanks
-
Hi , Can any one please let me know how can i use the vc++ code in c# using the concept of Managed and Unmanaged code? Bcoz i dot have any idea about the interface so please suggest me about how i can go ahead. Thanks
Yes, if your new to this i would start simple. For my final project at uni i had to wrap an old C++ header file to .net. It was very tricky, but not imposible! First have a google at wrapping C++ into .net, and get round the concept of IJW (it just works) that try a basic C++ concole app first in MC++ to wrap it into .net! your first example wants to be simple, then move on to pinning parameters, this is a bit complex. good luck andy