Goal is to integrate unsafe C DLL to C# .net framework
The intention for this small project is to show
- How to properly export libs in VC++ (proper way to setup header and source files)
- How to integrate the C DLL (un-managed C libs) to C# (mananged .net framework)