0

Ok, I have a library that were wrote in C++, I don't have the source code, I just have 3 files:

MFSSDM with extensions: dll, h and lib.

and I want to use it in a Project in Visual C# (Visual Studio 2010 or 2012)

What could be the fastest way of doing this?

rubenc

1 Answer 1

6

Use these:

  1. DllImport - http://msdn.microsoft.com/en-us/library/aa984739(VS.71).aspx
  2. Wrapper class - http://social.msdn.microsoft.com/Forums/en-US/vcgeneral/thread/67cc9eea-a4fe-48bd-b8d5-f3c8051ba896
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.