-
##### Brief Description
I have a header that defines a lot of struct which includes
e.g.
myheader.h
```
typedef char XxType1[12];
typedef char XxType2[4];
typedef char XxType3[10];
....
struct Xx…
-
```
Generating bindings for Common (CSharp)
Looking for tests in: /home/n/Documents/imazen/CppSharp/tests/Common
Parsed 'AnotherUnit.h'
Error parsing 'Common.h'
/usr/include/wchar.h(39,11): fatal: 'st…
-
##### Brief Description
Add this line:
```
using data_type = typename std::aligned_storage::type;
```
to Common.h and try to regenerate. The stack is overflown.
OS: Windows
##### Used headers
Com…
-
When declarations are renamed, for example to PascalCase in the C# generator, underscores are not changed. Thus "my_method" becomes "My_method" while "MyMethod" is what's really desired. The pass for …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR28397](https://bugs.llvm.org/show_bug.cgi?id=28397) |
| Status | RESOLVED INVALID |
| Importance |…
-
I dont have Mac at this moment and would like to generate bindings on Windows, why not replace with Cpp.Sharp?
-
The latest changes which complete all parsed types fail an assert when parsing QtCore on Windows (see https://gitlab.com/ddobrev/QtSharp).
-
Error message was received when attempting to use Package Manager from within Visual Studio 2015, in a solution with very simple Universal Windows projects
-
https://github.com/mono/CppSharp is a fairly large solution with 51 projects. When I make a single change and save the file, my CPU usage jumps to 50 % for at least 15 seconds. It may not seem as much…
-
Okay, I'm either blind or dumb, but I can't find a way to disable generating dummy fields for fixed arrays, i.e:
``` cpp
double m_lastAccessTime[1024];
```
becomes:
``` csharp
[FieldOffset(16)]
pub…