-
I need to build fruit on Windows with the MSVC Compiler, whilst it works fine with GCC in WSL, when building under windows there are 3 errors:
Error 1
` FAILED: examples/scaling_doubles/CMakeFile…
-
nvcc --compile -ccbin "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64" -o nms_gpu_mex.o --machine 64 -I"C:\Program Files\MATLAB\R2016a/extern/include " -I"C:\Program Files\NVID…
-
Are not these function implemented or did I miss something?
unresolved external symbol "public: enum Boolean __cdecl SDAI_DAObject_SDAI::IsInstanceOf(char const *)const
unresolved external symbol…
-
```
What steps will reproduce the problem?
1. Get the source code from SVN r139
2. Compiler using VC2005 SP1 x64 32bit cross compiler
3. Compile error
What is the expected output? What do you see ins…
-
I'm trying to compile the SNAP library with a pre-existing program in VS 2019. I'm getting errors that seem like a 32/64 issue, not sure how to resolve.
`>driver.obj : error LNK2001: unresolved ext…
-
**Describe the bug**
When I use the new window geometry persistence added in #3359, the window bounds sometimes grow between sessions.
**To Reproduce**
Configure monitors like so:
![monitor_con…
-
```
Part 1.
Added in file “js15decl.pas”:
procedure JS_SetOperationCallback (cx : PJSContext; funcTransition : pointer);
cdecl; external libName;
function JS_GetOperationCallback (cx : PJSContext)…
-
I am unable to resolve VS2017 C++ linker issue with ADL and Algorithms. Please advise.
1>adl.obj : error LNK2001: unresolved external symbol "bool opt_reorder" (?opt_reorder@@3_NA)
1>adl.obj : err…
-
```
error C2664: 'void (__cdecl *signal(int,void (__cdecl *)(int)))(int)' : cannot convert argument 2 from 'const el::base::debug::CrashHandler::Handler' to 'void (__cdecl *)(int)' d:\git\enciris\s…
-
Patches for mingw llvm support. I tested with ninja.
```
scoop bucket add dorado https://github.com/chawyehsu/dorado
scoop update
scoop install llvm-mingw ninja cmake
git clone https://github.c…