-
编译有问题:
1>------ 已启动生成: 项目: test3, 配置: Debug Win32 ------
1>生成启动时间为 2018/5/25 16:18:47。
1>InitializeBuildStatus:
1> 正在对“Debug\test3.unsuccessfulbuild”执行 Touch 任务。
1>ClCompile:
1> 所有输出均为最新。
1>P…
-
**Describe the bug**
My CI automatically clones the main branch using CMake FetchContent. My Windows CI builds are now failing as of #1435. Specifically, the following linker error appears:
```
b…
-
Hi
Is it possible to customize the genertation of the `DllImport` lines? For example, rather than:
```
[SuppressUnmanagedCodeSecurity]
[DllImport("Generated", CallingConvention = global::System.…
IIFE updated
7 months ago
-
1>D:\code\git\WindowsIntelPT\WindowsPtDriver\IntelPt.cpp(1023,7): warning C4189: “lpBuff”: 局部变量已初始化但不引用
1> 正在创建库 D:\code\git\WindowsIntelPT\x64\Debug\WindowsPtDriver.lib 和对象 D:\code\git\WindowsInte…
-
Severity Code Description Project File Line Suppression State
Error C2664 'void olcNoiseMaker::SetUserFunction(double (__cdecl *)(double))': cannot convert argument 1 from 'double (__cdecl *)(int,dou…
-
Hi,
I have link error when I build solution in Visual Studio 2017. It may be caused by different versions of Optix, DevIL or CUDA. (I find the code won't work with Optix 7.0 or higher). How can I sol…
-
Context: https://github.com/dotnet/runtime/blob/492a5201fdb26eae5288fd6653945a689a601f3a/src/mono/mono/mini/main-core.c#L13-L25
What's happening here is that the functions are exported as `stdcall`…
-
Hello,
1.Play the sample
2.Click the `Perform Execution Queue` button
3.The engine(5.3/5.2)will crash in chance.
Win11
UE 5.3.2
AZSpeech 1.6.17
When `AzSpeechEngineSubsystem.cpp` line 2…
-
```
This is related to another similar issue already posted. If you read the other
post, the recommended repair was to build from a curl source, and create
libcurl_imp.lib. I did that and I also add…
-
```
QueryInterface, _AddRef and _Release have a different signature on FPC on
Linux. (cdecl instead of stdcall)
Index: source/superobject.pas
========================================================…