-
Notifications
You must be signed in to change notification settings - Fork 111
Switch Windows build to VS2022 (v143) toolset #626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This allows building with VS2022/v143 toolset Closes micro-manager#580.
This allows building with VS2022/v143 toolset. Closes micro-manager#578.
- `dev_Handle >= 0` was a compile error in VS2022/v143 toolset but the check was pointless because dev_Handle is not a signed integer (and probably wrong because dev_Handle is probably 0 upon failure; also dev_Handle is used before this check). - Removed a call to `USBDRVD_GetPipeCount()` whose result was never used. Closes micro-manager#579.
6f02d98
to
0fbbd98
Compare
For consistency.
|
|
Rescued by an EDIT: This is probably because the JRE contains the C and C++ runtime DLLs, such as |
This should be good to merge after merging micro-manager/micro-manager#2100, but let's not do it today, in the interest of not changing more than one major thing in the same nightly build. (We already merged micro-manager/micro-manager#2101 today). |
This includes the required fixes for TIScam, MeadowlarkLC, and DahengGalaxy.