silvan
silvan
Hi LeSpocky I try to setup my application using cMake and ExternalProject to build libhttpserver. I started with your example above, but I'm not able to link correctly to the...
I just found a hint that msvc may contains a compiler bug for fold expression AND: https://stackoverflow.com/questions/56978499/compiler-error-with-a-fold-expression-in-enable-if-t
@mhoemmen thanks for your answer. Unfortunately it is true, that our project uses C++17. And at the moment it's not planed to migrate to a newer version of C++. I...
No the issue isn't in `MDSPAN_CONDITIONAL_EXPLICIT`. This macro is empty as expected. The issue is in the `__check_compatible_extents` function or its parameters used by the macro `MDSPAN_TEMPLATE_REQUIRES`. As soon as...
Thanks for your reply. In the meantime I found additional interesting facts: I focused on the differences in MSVC when building with C++17 (`/std:c++17`) and C++20 (`/std:c++20`). It seams, that...
Hi @gpr7172 Harvesters acts as GenICam consumer and requires a GenICam producer (*.cti file). Usually, the camera vendor provides the *.cti file as part of there camera driver (if it...
> Yes, we are changing code pages in the following lines [..] Why does pyenv change the code pages? I see some issues with it in one of my docker...
Please use the [issue template](https://github.com/genicam/harvesters/issues/new?assignees=&labels=&projects=&template=issue_report.md&title=) and fill in the required information. I'm not able to understand your question based on the information here.
Hi @ntr5090Vitro Thanks for reporting the issue. I can confirm you, that the Harvesters 1.4.2 release contains a bug resulting in a memory leak. A fix is already implemented and...
Version 1.4.3 is now released and available on PyPI. I would expect, that this issue is solved. So I will close it now. If you observe further issues or memory...