An open API service indexing awesome lists of open source software.

https://github.com/mhmd-azeez/corertdemo

Building a native library in C# and calling it from C++
https://github.com/mhmd-azeez/corertdemo

corert cpp csharp native

Last synced: 9 months ago
JSON representation

Building a native library in C# and calling it from C++

Awesome Lists containing this project

README

          

This repo contains a demo of a c# class library that's compiled with CoreRT as a native shared library and then called by a dotnet core and a c++ console application. You can know more by reading [this article](https://dev.to/encrypt0r/writing-native-libraries-in-c-3kl).