-
##### Brief Description
I'm trying to make bindings for a providers library, but it always throws this exception "System.InvalidOperationException: 'the sequence contains no matching elements'"
OS…
-
##### Brief Description
I'm trying to wrap over a c++ header in a debian 11 docker container.
OS: Linux (debian 11 as devcontainer)
Include="CppSharp" Version="1.1.5.3168" .net 6
The `Conso…
-
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…
-
##### Brief Description
OS: Windows 10 (64 bit)
##### Used headers
Used headers can be found in this repo: https://github.com/GENIVI/vsomeip/tree/master/interface/vsomeip.
My CLI cal…
-
### Consider:
```C++
using CppSharp;
using CppSharp.AST;
using CppSharp.Parser;
class Program
{
class TestLibrary : ILibrary
{
public void SetupPasses(Driver driver)
…
-
##### Brief Description
I am attempting to use CppSharp to generate C# bindings for https://github.com/apache/arrow/blob/master/cpp/src/arrow/api.h. However, I am getting a NRE coming from `CppType…
-
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 want to generate csharp bindings for pcl-1.14.0 .
follow the doc:
```
dotnet add package CppSharp --version 1.1.5.3168
```
```csharp
internal class PclIoLi…
-
Hey,
Since these bindings are generated through CppSharp, I am guessing it should be easier to generate bindings for 3rd party C++ Widgets,
I was wondering if you could provide some steps/guidan…
-
Hello.
In my company's projects we now have a few native libraries that are wrapped by CppSharp, and that requires dedicated projects to setup the bindings. We'd like to add dependencies to those p…