James Butler
James Butler
The Slicer launcher executable is built statically, but the CLI executables are not built statically because they have corresponding ResampleScalarVolumeLib.dll and are seemingly depending on the system MSVC runtimes? >...
> The Redistributable your app uses has a similar binary-compatibility restriction. When you mix binaries built by different supported versions of the toolset, the Redistributable version must be at least...
Unfortunately I don't think I have the knowledge to complete this issue after trying various builds and tests associated with `_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR`. [My commit](https://github.com/jamesobutler/Slicer/commit/3099d099588de3c25186a675114e20089f21db9a) didn't work as I still observed a...
I have added an additional commit which takes the code snippets from the original post in this PR and puts it into an automated test.
@jcfr Since you requested changes on this PR, could you take a look to review the latest changes to let this PR proceed?
@jcfr Any additional comments here? You have an active "Requested Change" action applied on this PR.
@jcfr I've rebased this PR based on recent clang-format changes to `main`. Since you have requested changes on this PR, would you be willing to re-review to help with this...
Would I still be able to customize the prefix/display name? For example instead of a vtkMRMLMarkupsLineNode utilizing "Line" I would customize it to either "Ruler" or "Caliper" or like the...
@lassoan Yes your latest changes look good. You can fix up the build error and re-provide review.
Thanks for the reviews and updates 🙏🏻