Mingw-w64, what's the purpose of libgcc_s_seh.dll?
问题 Libraries built with Mingw-w64 require those dll: libwinpthread-1.dll libstdc++-6.dll libgcc_s_seh-1.dll I wonder what's up with that, what each dll does? Especially libgcc_s_seh, is that structured exception handling? I thought mingw couldn't work with seh. Why mingw requires to always bring those dll with your exe? I wonder if I'm just wasting my time by not just using visual studio as a windows compiler. It's so bloated though, 9 gb for installation. 回答1: Especially libgcc_s_seh, is that