项目作者: superfooman

项目描述 :
Unsafe C DLL to C# integration
高级语言: C#
项目地址: git://github.com/superfooman/CAPI.git
创建时间: 2021-02-01T01:16:52Z
项目社区:https://github.com/superfooman/CAPI

开源协议:

下载


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)