-
##### Brief Description
OS: OS X 10.11.6
Trying to follow along with the [Generating Bindings](https://github.com/mono/CppSharp/blob/master/docs/GeneratingBindings.md) instructions, but I imme…
-
Trying to generate code for two headers:
```cpp
// Header1.h
static const int MAX_NUMBER = 37;
```
And
```cpp
//Header2.h
#include "Header1.h"
static const int someNumber = MAX_NUMBER;
```…
-
##### Brief Description
I get 36 warnings when compiling CppSharp, but it does compile successfully. I can also compile and generate an exe for generation of the bindings, however when I try to run…
-
##### Brief Description
I'm new to CSharp and CppSharp. I work under VisualStudio 2019 (version 16.8.3). I'm trying to evaluatuate the capability of the librarie to generate C# binding to our C++ l…
-
Bytedeco makes native libraries available to the Java platform by offering ready-to-use bindings generated with the codeveloped JavaCPP technology. This, we hope, is the missing bridge between Java an…
-
##### Brief Description
when building master:
fatal error: llvm/ADT/SmallString.h: No such file or directory
11 | #include
OS: Windows / OS X / Linux (include version and/or distro)
Ubunt…
-
From what I understand CppSharp currently has problems with support for template functions
in order to get a list of all child QWidgets within a QWidget you need to use the findchild() method
but th…
-
##### Brief Description
When parsing a header that #includes or similar, the parse hanges for a long time before failing with a Stack overflow. I certainly don't need all (or any) of the Eigen fu…
-
##### Brief Description
I'm trying to generate simple bindings as documented here: https://github.com/mono/CppSharp/blob/master/docs/GeneratingBindings.md
The weird thing is that I was able to g…
-
##### Brief Description
I'm trying to create a wrapper for MuJoCo for c# in Linux. I've downloaded the library and its include files, and followed the __Getting Started__ doc to create the setup be…