-
I'm using CppSharp to generate C++/CLI code from C++ but I need to be able to then generate a C++/CLI project from that output with premake.
I can't seem to find anything in the documentation rega…
-
I'm currently developing the CLI tools for CppSharp and I'm trying to understand the difference between these two _Driver.Options_ attributes: **Driver.Options.LibraryName** and **Driver.Options.Share…
-
It use to be that if I declared a C++ class, and its publically accessible methods/fields were all statics, then it would be exported to C# as an actual static C# class. However, I can no longer get t…
-
We should switch from explicit to sequential layouts because this way incorrect layouts - with holes or incorrect sizes - will crash immediately and thus there won't be any more hidden bugs.
This depe…
-
#### Brief Description
The build of the dependencies with VS 2017 installed fails due to unrecognized ms build tools version.
The error is located in the Lua script for LLVM simply because there isn…
-
I'm trying this out and this is the first issue I've run into. It doesn't seem to detect my Visual Studio install.
```
PS C:\Users\cameron\fs\embeddinator-4000\tests\Basic> MonoEmbeddinator4000 --co…
-
```
PS C:\Users\cameron\fs\embeddinator-4000\tests\Basic> MonoEmbeddinator4000 --compile --dll bin\Release\ClassLibrary1.dll
Parsing assemblies...
Parsed 'ClassLibrary1.dll'
Processing assembl…
-
I have a header that refs headers, that refs more headers and so on. Do I need to explicitly define them all?
Currently I am doing:
```
class Program
{
static void Main(string…
-
@appel1 commented on [Mon Jan 30 2017](https://github.com/nunit/nunit/issues/2012)
Every now and then when we run our tests using the console runner after updating to 3.6 it fails with an error for s…
-
##### Brief Description
OS: Windows
##### Used headers
class Spi
{
public:
virtual void Callback() = 0;
};
class __declspec(dllimport) Api
{
public:
static Spi *CreateApi()…