-
```
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 …
-
```
What steps will reproduce the problem?
1. Download FRESH copy of Leptonica source, e.g. 1.7 (as well as other
dependencies)
2. Compile with target set as DLL Release in Visual Studio
3. Watch as …
-
I have issues linking against the log4plus library on Windows, x64, running visual studio 2017.
When using the following main.cpp:
```
#include
#include
#include
#include
int main(in…
-
### Discussed in https://github.com/getsentry/sentry-native/discussions/942
Originally posted by **tkatsoulas** February 1, 2024
Hello guys,
The current implementation to understand the h…
-
Hi,
I am trying to use mimalloc on Windows to speed up an existing application that is currently using MFC. I am using the following CMake to include mimalloc:
```cmake
add_subdirectory(extern…
-
### Operating system
Windows 11
### Compiler
MSVC
### Steps to reproduce the behavior
```Shell
Clean machine, with no intel mkl libs installed anywhere.
vcpkg install intel-mkl
build a proj…
-
Reproduction steps:
- Create a FPSTemplate game
- Start GUI editor, open main menu gui
- Add GuiObjectView control to main menu gui
- Select shape to be example Solider DAE
- Save main menu gui
…
nev7n updated
6 years ago
-
I can not put together a project in Visual Studio 2019 community... Error : LNK2019 reference to an unresolved external character _invoke_watson в функции "protected: virtual void __cdecl stdext::bad_…
xSanx updated
4 years ago
-
config_Kryptex-Octopus-RTX3070.txt and config_Kryptex-KawPOW2g-RTX3070.txt get these authorization errors.
2024-Jun-02 15:59:56: Connecting to pools...
2024-Jun-02 15:59:56: Connected to pool: clo…
-
### Error
ObjectResponse (and many more probably) gives a linking error **if the c++ standard is not higher than 17**
It will be more convenient if it gives a **proper error** instead of giving a …