Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

On my Windows 10 64-bit tablet, it complained about VCRUNTIME140.dll and MSVCP140.dll and refused to run. Any tips?

(+1)

Hmm, interesting. I don't really know how to package up my applications for release, so I'm sure there is something I could do on my end to remedy this. However, I believe if you  install the Visual C++ Redistributable for Visual Studio 2015 from Microsoft it should solve those dll issues. Hope that helps!

Oddly enough, I used to have Visual Studio 17 installed on this machine. What did you use to create your game?

Huh, strange. I used Visual Studio 2015.

Is it DirectX? SDL? SFML? ...GDI 😏

(+1)

Oh gotcha, I used SFML.

With Code Blocks, there is a clear option to link statically. Maybe you got this as well?

(+1)

Ok so I ended up compiling the game in command-line using MinGW. I uploaded the result as GrappleZapCircuit (Alt), let me know if that works for you!