Fix debug build for Windows and ortools per email 3/16/2026#2152
Fix debug build for Windows and ortools per email 3/16/2026#2152
Conversation
There was a problem hiding this comment.
I'm getting a large number of errors building with this that I don't get on develop, including:
mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in variables.obj in export_config
unresolved external symbol __imp__CrtDbgReport also in export config
mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '2' doesn't match value '0' in cmod_6parsolve_test.obj in Test
Along with the following in test:
This is after running rm -rf on build and build_windows in sam-private.
Edit: note that similar errors show up on develop with the new CMakeLists file. Not sure if that's related to the CMakeLists or my wxwidgets build, or something else.
brtietz
left a comment
There was a problem hiding this comment.
Latest version works for me!
Goes with:
NatLabRockies/ssc#1374
NatLabRockies/wex#194
NatLabRockies/lk#60
https://github.com/NatLabRockies/SAM-private/pull/142