I'm a Linux C++ developer, and I need to write C++ dlls for windows, which is to be used in C# applications.
The problem is importing the DLLs into C#, which I have no idea how to do it. In my friends' project its probable that any kind of unmanaged dll will be used, and I'm charge of doing this :-D
I need to import all objects and functions in the DLL, and my search has led me to nothing more than DllImport and so.
Thanks so much for helps.