-
I'm happy to help debug the below error, I'm just not sure where to start.
I'm trying to generate wrappers for the octave libraries (). I'm getting the null reference exception below. The null is g…
-
Visual Studio 2010:
In Basic.CLI:
error C2599: 'Enum' : forward declaration of enum type is not allowed ..\cppsharp\build\vs2010\gen\basic\Basic.h 8 1 Basic.CLI
Forward declaration of enums is…
-
The latest versions of clang appear to not be compatible with CppSharp. It looks like CC_Default was removed. http://llvm-reviews.chandlerc.com/D1231
I was wondering what the current revision of cla…
-
The SDL example now runs into some unions when processing.
In particular in SDL_RWops...
```
typedef struct SDL_RWops
{
union
{
#if defined(ANDROID)
struct
{
void…
-
So after hours of trying to get CppSharp to build I've gotten close, but found out finally that the latest changes to LLVM/Clang break CppSharp.
I'm working on a PR to fix this now.
-
I was getting errors from the usage of `unsafe` in the SDL example like so:
```
[SuppressUnmanagedCodeSecurity]
[DllImport("SymbolNotFound", CallingConvention = CallingConvent…