-
Recently I got a clean Windows 10 installation and I reinstalled Visual Studio. I downloaded the [latest version](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net/releases/) of the template. …
BdR76 updated
3 years ago
-
If a function is declared without `dllexport` and called, but is later defined with `dllexport`, clang generates an error. GCC does not suffer from this issue (the attributes are merged, as if all dec…
-
Steps to reproduce:
. . .
* DllExport: 1.7.4
* Used Visual Studio / MSBuild: vs2022
Im write simple DLL with that code:
```
using System.Runtime.InteropServices;
namespace SampleSha…
-
#113139 removed _LIBCPP_OVERRIDABLE_FUNC_VIS in favor of `-fvisibility-global-new-delete=`. But `-fvisibility-global-new-delete=` doesn't work.
The feature exists to allow binaries to intercept globa…
-
The `dllexport` [entries](https://github.com/Nuand/bladeRF/blob/master/host/libraries/libbladeRF/include/libbladeRF.h#L74) should only be used when building the `libbladerf_shared` target.
For other…
jynik updated
6 years ago
-
Traceback (most recent call last):
File "E:\ComfyUI_3D\python_embeded\Lib\site-packages\torch\utils\cpp_extension.py", line 2105, in _run_ninja_build
subprocess.run(
File "subprocess.py", l…
-
### Is there an already existing issue for this?
- [X] I have searched the existing issues
### Expected behavior
Receiving data of any size.
### Current behavior
For this variant of encoding and …
i-and updated
5 months ago
-
I have a project setup with Bazel, it builds fine except for VC++. VC++ complains it can't find `hwy::Abort(char const *,int,char const *,...)`:
```
primitives.lib(primitives.obj) : error LNK2019: un…
-
Emitting ninja build file E:\Model\SparseInst-main\detectron2\build\temp.win-amd64-cpython-38\Release\build.ninja...
Compiling objects...
Allowing ninja to set a default number of workers... (overri…
-
### Steps to reproduce:
- Download attached solution, extract, open.
- Issue build solution command to get fresh builds of all projects.
- Issue build solution command again, observe behavior.
*…