-
This problem is very similar to [this issue ](https://stackoverflow.com/questions/18875725/c-windows-dll-using-try-catch-block-internally-fails)on stack overflow. In fact I am the author of that quest…
-
In windows 7 with MinGW installed, I try to install luasocket on lua-5.3.4 environment with luarocks-2.4.3-win32 I give the shell command
`c:\>luarocks install c:\luasocket-master\luasocket-scm-0.r…
-
| | |
| --- | --- |
| Bugzilla Link | [51661](https://llvm.org/bz51661) |
| Version | trunk |
| OS | Windows NT |
| CC | @DougGregor,@zmodem,@zygoloid |
## Extended Description
The followi…
-
When compiling static library [v1.16.2](https://github.com/strukturag/libheif/releases/tag/v1.16.2) with CMake and Visual Studio 2019, all the libheif functions are being exported.
This causes all co…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44016](https://bugs.llvm.org/show_bug.cgi?id=44016) |
| Status | NEW |
| Importance | P enhancemen…
-
When I went through openlibm_fenv_i387.h and added `OLM_DLLEXPORT`, it felt like the `__has_sse`/`__test_sse` symbols should have been private, but they were used by the tests so had to be exported.
…
-
When building gtsam_points I get plenty of linker errors like this one:
isam2_ext.cpp.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl
gtsam_poin…
-
**Description:**
I am trying to install Kimera-VIO-ROS but I am running into an error message whenever I try to do catkin build. I would appreciate the help. Thank you!
**Command:**
```
catkin …
-
### Is your feature request related to a problem? Please describe.
The line 1 of `portfile.cmake` is `vcpkg_check_linkage(ONLY_STATIC_LIBRARY)`, which force build static library.
I have seen [#332…
-
I never use this tool before. Im trying now to creating a DLL that nodeJS can use your methods and i using this tool because maybe de usage of dll in my node app is getting error because the methods a…