-
I wanted to start the conversation on the C# Bindings/API
Primarily at this point that means designing the API surface.
-
I'm an OS X guy and I'm now about to port my app to Windows.
It's been years since I last worked and developed on Windows so I struggled for several hours to get this to run (this is of course not yo…
-
Hi,
I'm trying to run simple example in Xamarin Studio (MacOS):
```
class MainClass
{
public static void Main(string[] args)
{
Console.WriteLine("Hello CppSharp!")…
-
##### Brief Description
I was following the guide here: https://github.com/mono/CppSharp/blob/master/docs/BuildingLLVM.md to build CppSharp on my Linux machine. I was at the last step where I was t…
-
##### Brief Description
(Followup issue from #703)
See test case in https://github.com/sk-havok/CppSharp/commit/abcf79ace5965590a6c4023e8a75e41355fb37ac
Putting a breakpoint in ImplementsAbstractsFr…
-
##### Brief Description
I have a type that has some constructors. The default inline constructor is being ignored.
```c++
class Q_CORE_EXPORT QString
{
public:
typedef QStringData Data;
…
-
I followed the instructions on https://github.com/mono/CppSharp/blob/master/docs/GettingStarted.md.
> The dependencies can be automatically downloaded by running:
>
> cd \build
> premake5 --file=sc…
-
Hi guys, there is this awesome c++ library for creating maps - mapnik. It is de facto standard in the business (openstreetmaps, mapbox..), but there is no .NET binding. (actually, there is: https://gi…
-
##### Brief Description
Followed exact process from ci builder for commit 02ed084fd850407bc30e7fe437d5cf513a07fc36
Followed the log in: https://ci.appveyor.com/project/tritao/CppSharp/branch/master
…
-
##### Brief Description
(Note: this could be related to and fixed by a fix to #702, I don't fully understand the code yet)
Apply the patch to Common.Native project to repro the bug.
[interfacemethod…