Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

I got errors of missing DLLs - libgcc_s_seh-1.dll, libstdc++-6.dll, libwinpthread-1.dll First time seeing these as EXE dependencies, maybe there’s a way to make them statically built-in. I look into the problem and seems you are using MingW and either giving these DLLs with EXE or building using “–static” linker flag to the compiler.

I compiled with the -static flag; have no idea why it didn't work. Don't have a spare windows computer, so can't test, but next time I upload I will upload it with all of the .dll files.