Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 279 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 279 Bytes

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)