-
It would be nice to have NuGet packages for Cpp Sharp.
-
##### Brief Description
OS: OS X El capitan
Hello i have an issue with Duplicati on MAC( https://github.com/duplicati/duplicati/issues/1836).
On wiresharck , when i test a connexion with a webda…
-
Forgive me if I've missed this in the docs somewhere.
I'm trying to control the name mangling on extern function definitions. I'm trying to generate pinvoke code for part of the Win API. I tried:
``…
-
The branch of "secondary_base_used_in_dependent_module" contains a test.
The only proper way to fix it is to extend C++# with support for frameworks: sets of interdependent libraries. This way a sing…
-
My project was running fine when compiled and ran under VS2013. The only thing that I believe has changed was installing VS 2015. Now regardless if I compile using vs2013 or vs2015, I always get a nul…
-
I am using ubuntu 14.04 . I am new to open source community. I am trying to compile CppSharp but i am getting the error`'/usr/include/wchar.h(39,11): fatal: 'stdarg.h' file not found
CppSharp has enco…
-
Hello, I am new to CppSharp and I am trying to compile the CppSharp solution on Windows. I compiled llvm without issue. But I cannot compile the cppsharp project. I am getting the following error
'ge…
-
##### Brief Description
Noticed this issue in latest Qt# release.
##### Stack trace or incompilable generated code
QWidget has this native layout:
``` csharp
public class QWidget : QObject, IQP…
-
Is there a way to pass a function pointer or add a callback function that is callable from the c++ dll?
I would like my c++ dll to call a function from my c# application.
-
``` cpp
#include
typedef union {
int c;
int d[10];
} union_t;
struct test_struct2
int b;
union_t u;
};
int func_union(union_t u) {
…