-
| | |
| --- | --- |
| Bugzilla Link | [31903](https://llvm.org/bz31903) |
| Version | trunk |
| OS | Windows NT |
| CC | @majnemer,@DougGregor,@rnk |
## Extended Description
MS CL.exe diff…
-
| | |
| --- | --- |
| Bugzilla Link | [32991](https://llvm.org/bz32991) |
| Version | trunk |
| OS | Windows NT |
| CC | @DougGregor,@rnk,@zahiraam |
## Extended Description
In Microsoft C…
-
Some code, such as deprecated, but still useful https://github.com/microsoft/cpprestsdk, define [dllimport as nothing](https://github.com/microsoft/cpprestsdk/blob/411a109150b270f23c8c97fa4ec9a0a4a98c…
-
GPU drivers from vendors like Nvidia or AMD have documented exports that they detect in launched executables and automatically use a high-performance GPU in such case.
This feature is often used by g…
-
DLLs need to explicitly export symbols using `__declspec(dllexport)`, and are also not found in the current configuration.
-
. . .
The question is related to:
* `DllExport -version`: 1.74
* Copy-paste from `Data` tab:
Installed: True; 1.7.4+c1cc52f; invoked: 1.7.4
Project type: Cs
Storage: ProjectFiles
Compiler.P…
-
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…
-
Hey,
i'm trying to build a lua interface around a c++ header only library. the library consists of a derived and virtual classes.
i stumbled on the error:
cannot convert argument 2 from 'T' t…
-
UnmanagedExports hasn't been updated/maintained since August 2015 and replaced by https://github.com/3F/DllExport. It would be worth considering the move as it'd address issues like those in #119. The…
-
On current master, you cannot build restbed without exporting any restbed symbol.
This is because `__declspec(dllimport)` or `__declspec(dllexport)` is always prepended.
https://github.com/Corvuso…