-
https://github.com/3F/Conari/blob/ba1a82e1a7c9250e5806b5d72444be5c3b57850c/Conari/Types/NativeString.cs#L91-L96
Yep, `WriteTo()` actually writes beyond allocated region if *WCharPtr* or *TCharPtr* …
-
Hey there, I'm trying to build this on Windows with Zig 0.14.0, and encountering some errors.
My Zig version is: `0.14.0-dev.2210+62f4a6b4d`
Attempting to run `zig build` in the `./build` folder…
-
I have a simple project in .NET Core 8.0 and a simple test project in C++.
[DLLCoreExportsDemo.zip](https://github.com/user-attachments/files/17843717/DLLCoreExportsDemo.zip)
I have two simple e…
-
### 检查清单 Prerequisites
- [X] 请确保你已经检索了已关闭的问题,以确保你的问题没有被重复提交
Make sure you have retrieved closed issues to make sure your issue has not been submitted repeatedly
### 问题描述
Problem description
Allows …
-
I recently [retried](https://github.com/conda-forge/sentencepiece-feedstock/pull/59) to convert a project (https://github.com/google/sentencepiece/) using protobuf to build shared libraries by def…
-
This is meta issue to track adding support for building LLVM and Clang as a shared library on windows and to also allow the use on plugins for [Support clang plugins on Windows GSOC project](https://d…
-
Hi!
There is this declaration in chipmunk.h:
```cpp
#ifdef _WIN32
#define CP_EXPORT __declspec(dllexport)
#else
#define CP_EXPORT
#endif
```
I would prefer to add Chipmunk source files to m…
-
while installing omnetpp-6.1 i am getting error at running "make" command
this error i am getting
"resultitems.cc
resultitems.cc:26:29: error: external linkage required for symbol 'omnetpp::scave:…
-
If there are any!
See here: https://forums.civfanatics.com/threads/avoid-creating-bugs-from-the-exe-calling-the-dll.639167/
Also sort all class interfaces so DllExport interface is in one sectio…
-
I found some code of this project is lacking __declspec(dllexport).
Use static lib is ok.
Please check.