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
Post a Comment