-
I tried this
```
-DCURL_STATICLIB=1 -DCURL_LIBRARY="C:/Program Files/curl/lib/libcurl.a"
```
but failed...
```
lld-link: error: undefined symbol: __declspec(dllimport) curl_easy_setopt
>>> refe…
-
I could be wrong, but when I tried to compile a program that uses this function, I got the following errors:
13E05.c: In function 'capitalize':
13E05.c:37:21: warning: passing argument 1 of 'is…
-
I am trying to use the published package from either exiv2-0.27.5-2019msvc64 or exiv2-main in a MSVC 2019 project.
For both I end up with unresolved externals as reported by MSVC at link time:
1…
-
After fixing #8119 in ZeroSharp NoRuntime I start getting linker errors
on unresolved symbols `bootstrappercpp.lib` and `PortableRuntime.lib`. I will skip them for clarity.
I remove them, and add …
-
Windows10
VS 2017
PyTorch 1.3.1
CUDA 10.1
Any idea? Thanks
```
[3/3] "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64/link.exe" fused_…
-
```
What steps will reproduce the problem?
1. Change from static_library into shared_library in pdfium.gyp
2. Add each library dependency into link_settings : libraries and
AdditionalLibraryDirectori…
-
```
openjpeg.h have issue with defining std call for Windows. It need to be
declared for static builds too.
Patch:
--- openjpeg-2.1.0/src/lib/openjp2/openjpeg.h.orig 2014-04-29
11:15:02.000000000 …
-
```
openjpeg.h have issue with defining std call for Windows. It need to be
declared for static builds too.
Patch:
--- openjpeg-2.1.0/src/lib/openjp2/openjpeg.h.orig 2014-04-29
11:15:02.000000000 …
-
Macro-expanded snippet from README.md (past-return code removed)
```c++
#include
void __stdcall example(__int32 arg3);
unsigned __int32 __cdecl example_trampoline(__int32 arg, __int32 arg2, _…
-
I am trying to build darknet on Windows using the new instructions for vcpkg, however when I am building the executable I get the following error:
```
yolo_console_dll.obj : error LNK2019: unresolve…