Click here to Skip to main content
15,901,505 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I want to use common model class between c sharp and c++. I want to create my model class one and want to reuse between my client and server. I found different solutions but what is the proper and easier way to use unmanaged dll in c sharp.

What I have tried:

Mostly i found the solution for managed dll. i want to use unmanaged dll
Posted
Updated 29-May-16 20:47pm

1 solution

Doesn't the documentation (Consuming Unmanaged DLL Functions[^]) fit your needs?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 30-May-16 3:08am    
Fair enough, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900