-
- [ ] Wrap the public API in RTTR.
- [ ] Integrate CppSharp.
- [ ] Integrate Mono.
- [ ] Consider Rcpp.
-
Hi phaser,
Hope you are all well !
I was looking after some cool CMake macros to support mobile devices and I found KRAL, so first of all, thank you for share it :-)
## **Context:**
I wanted…
-
##### Brief Description
Hello I am trying to generate bindings for the Sidplay2 library (https://sourceforge.net/projects/sidplay2/files/sidplay2/sidplay-libs-2.1.1/).
I have a crash when trying to …
-
##### Brief Description
It throws null reference exception when it starts to generate code. I am parsing https://github.com/wjakob/nanogui, I can build and test it, so the generated libraries for par…
-
Hi,
Sorry, couldn't find a way to ask for help more directly. I'm having trouble compiling with 64-bit support on Windows 10. An exception is occurring lib.FindCompleteClass("QString"); is return…
-
I get an exception Only dependent classes have specializations while trying to generate C# bindings for a C++ library. I'm not sure how to tell which class(es) are triggering the error.
I did have…
-
##### Brief Description
Hello,
I'm trying to generate C# bindings for a project made with grpc (https://grpc.io/), using all headers used by the grpc interface.
I am using CppSharp for the first …
-
##### Brief Description
I am trying to create a cs interface to my c++ project under linux. I am using CPPSharp.CLI.exe and am running the latest master build and latest clang + llvm. I also tried th…
-
I'm trying to wrap the Microsoft/CNTK library under Windows using VS2017.
CppSharp throws exception during code generation.
Version: v0.8.14 NuGet package
##### Code
```
var optio…
-
##### Brief Description
Adding two `ConsoleDriver.Run()` statements in the main function causes `AccessViolationException`. Keeping either one of them clears the exception.
OS: Windows 10.
####…