Hello,
VS 2008
I have a .Net application that P/Invokes with a DLL written in C++. Everything works, and now I have to create a wrapper, but not sure how to do this.
Does the wrapper need to be created in C#.Net or C++?
In the C++ code is is just some getters and settings that I need information from.
Most Internet sites I have looked at seem too complicated to understand.
I am just looking for a very simple example to get started.
Many thanks,
VS 2008
I have a .Net application that P/Invokes with a DLL written in C++. Everything works, and now I have to create a wrapper, but not sure how to do this.
Does the wrapper need to be created in C#.Net or C++?
In the C++ code is is just some getters and settings that I need information from.
Most Internet sites I have looked at seem too complicated to understand.
I am just looking for a very simple example to get started.
Many thanks,