I am bit new with these kind of issues, I have a running C project and I want to use that in m开发者_开发百科y C# library but I am not able to find any help.
If the issue is p/invoke (you used the dllexport tag), here is some introductory reading:
Calling Win32 DLLs in C# with P/Invoke
Platform Invoke Tutorial
If you have a specific p/invoke question, post the signature of the native method and any types involved as well as your managed attempt.
精彩评论