Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Also didn't manage to start up the game even with dlls provided by myself.

For future reference: If you're using non-VC++ compiler on Windows (like MinGW) you should actually place these dll files when distributing your executables. You may also add options -static-libgcc and -static-libstdc++ to link these dlls statically and thus remove the need to carry around copies of it.