项目作者: superfooman
项目描述 :
Unsafe C DLL to C# integration
高级语言: C#
项目地址: git://github.com/superfooman/CAPI.git
CAPI
Goal is to integrate unsafe C DLL to C# .net framework
The intention for this small project is to show
1) How to properly export libs in VC++ (proper way to setup header and source files)
2) How to integrate the C DLL (un-managed C libs) to C# (mananged .net framework)