-
##### Brief Description
Using CppSharp via NuGet (version 1.1.5.3168), the following error appears when running the Console Application: `Could not load file or assembly 'CppSharp.Generator, Version=…
-
There exist relatively stable and supported tools for generating such bindings e.g. https://github.com/mono/CppSharp.
At least for the C-API it should run without problems similar to Javacpp genera…
-
##### Brief Description
C# code generation for header file my_header.h
```
#ifndef MY_HEADER_H
#define MY_HEADER_H
#include
#include
class my_variant_wrapper
{
public:;
my_va…
-
https://github.com/mono/CppSharp
这个库只需要提供头文件和.lib文件就可以自动生成绑定代码
源码的
Engine\Intermediate\Build\Win64\UnrealEditor\Inc\ 文件夹下有UHT生成的反射文件
Engine\Intermediate\Build\Win64\x64 文件夹下是编译模块时的宏
Engine\Bina…
jz315 updated
3 months ago
-
I cloned repository, and i executed command to create bindings like in docs:
`"..\QtSharp.CLI.exe" "C:\Qt\5.11.1\mingw53_32\bin\qmake.exe" "C:\Qt\Tools\mingw530_32\bin\mingw32-make.exe"`
But thr…
-
could you provide a running sample?
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44433](https://bugs.llvm.org/show_bug.cgi?id=44433) |
| Status | NEW |
| Importance | P normal |
|…
-
**UPD:** the missing `std::shared_ptr` support context is in the message https://github.com/mono/CppSharp/issues/1860#issuecomment-2297731111. Currently this support seems missing, and `shared_ptr`/`u…
-
Hi! I've tried to fuzz CppSharp with [sydr-fuzz](https://github.com/ispras/oss-sydr-fuzz) (based on [SharpFuzz](https://github.com/Metalnem/sharpfuzz) core) and found some crashes that i don't know ho…
-
Please help me understand how Embeddinator uses CppSharp. CppSharp allows you to use C/C++ code from .NET C# while Embeddinator allows you to use .NET C# from C. Why then, does Embeddinator rely on Cp…