You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set MSVC_RUNTIME_LIBRARY to "MultiThreaded$<$<CONFIG:Debug>:Debug>DLL" in src/CMakeLists.txt and tests/CMakeLists.txt. (You'll want to do this in examples/ as well if you're building these, but that's not strictly necessary to reproduce.)
Build on Windows.
Run the acquire-driver-zarr tests and verify that they run without incident: ctest -L acquire-driver-zarr or run them from your favorite IDE.
In acquire-python - build.rs, comment out the call to fetch_acquire_driver with "acquire-driver-zarr" as the second argument (lines 61-65 right now).
Copy the acquire-driver-zarr DLL to acquire-python/python/acquire and build and install acquire-python in some environment.
Steps to reproduce:
MSVC_RUNTIME_LIBRARY
to"MultiThreaded$<$<CONFIG:Debug>:Debug>DLL"
in src/CMakeLists.txt and tests/CMakeLists.txt. (You'll want to do this in examples/ as well if you're building these, but that's not strictly necessary to reproduce.)acquire-driver-zarr
tests and verify that they run without incident:ctest -L acquire-driver-zarr
or run them from your favorite IDE.fetch_acquire_driver
with"acquire-driver-zarr"
as the second argument (lines 61-65 right now).acquire-python/python/acquire
and build and install acquire-python in some environment.You will crash immediately after
runtime.start()
.The text was updated successfully, but these errors were encountered: