Can anyone guide me how to create a wrapper
Basically I have a file Object library and a header file from the vendor which is written in eVC++. My application is written in C#.net and my objective/goal is to create a wrapper for the C++. Is there any guide or reference to refer to create a wrapper and call in my c# application
Thanks..