-
`importc` is used to import `C` functions - it stands to reason that these should not use `nimcall` calling convention by default, but rather `cdecl` - not doing this leads to unexpected failures when…
-
Hi,
thanks for sharing the pic, using VStudio2022 to compile the code but once I hit build I have as return those 2 error
Error
LNK2019
unresolved external symbol WinMain referenced in function …
-
-
It would be *amazing* if we could call asynchronous Swift functions from Rust.
The only problem is: `_@cdecl` doesn't allow us to mark our functions as asynchronous:
`src-swift/lib.swift`
```sw…
-
Running WSL on Windows 11, on BehaviorTree.CPP v4.6.2.
Continuation from #867
Commands to build works without errors, but folder does not reflect built files.
i.e. No difference made after run…
-
AudioProcessing1.obj : error LNK2019: unresolved external symbol PaUtil_InitializeRingBuffer referenced in function main
AudioProcessing1.obj : error LNK2019: unresolved external symbol PaUtil_GetRin…
-
**Describe the bug**
Linker fails when using the `boost-test` in the ["Header-only with multiple translation units"](https://www.boost.org/doc/libs/1_84_0/libs/test/doc/html/boost_test/adv_scenario…
-
Crash of the "Windows with cmake, generate Visual Studio project files" No Sodium lib
```
C:\source\obj>cmake --build . --parallel --config=RelWithDebInfo
Version MSBuild 17.11.9+a69bbaaf5 pour .NE…
-
I get:
1>Hazel.lib(OpenGLShader.obj) : error LNK2001: unresolved external symbol "protected: virtual class std::basic_string __cdecl spirv_cross::CompilerGLSL::constant_op_expression(struct spirv_c…
-
Hello, I am the maintainer of [vcpkg](https://github.com/microsoft/vcpkg). In the process of updating to `v0.7.1`, I found the following error. After investigation, I found that `InfluxDB_EXPORTS` was…