Friday, 9 August 2013

Import a C++ .lib and .h file into a C# project?

Import a C++ .lib and .h file into a C# project?

I have just started a C# project and want to import a C++ .lib and it's
corresponding header (.h) file.
I've read various posts that all mention .dll, rather than .lib, which is
confusing me.
The image below shows the .lib and .h file I'm referring to, all I've done
is drag them into the project.

Can anyone point me to a clearer explanation of how to go about doing
this? I'm sure it can't be as hard as it seems.

No comments:

Post a Comment