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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -