c# - How to turn .h file +dll into some kind of .Net wrapper? -


how toturn .h file +dll kind of .net wrapper? or that? (no c\c++ sources h files)

if have header file, , use many implement dll can use swig(http://www.swig.org/) generate wrapper automatically. compile dll , invoke interfaces or class .net code.

or if use few method dll, use p/invoke.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -