cesium-native icon indicating copy to clipboard operation
cesium-native copied to clipboard

nonstd::expected includes windows.h when exceptions are disabled

Open kring opened this issue 3 years ago • 1 comments

Including windows.h is a fairly disastrous thing to do in many project. We can probably avoid it by setting -Dnsel_CONFIG_NO_EXCEPTIONS_SEH=0.

See https://community.cesium.com/t/unable-to-package-ue5-0-3-project-with-cesium-v1-19-0/21162/19

kring avatar Dec 23 '22 05:12 kring

Another user ran into this here: https://community.cesium.com/t/packaging-fails-after-creating-a-c-file-inheriting-from-cesium3dtileset-in-cesium-for-unreal/35567

kring avatar Oct 09 '24 06:10 kring