Hello! I wrote a game in C++ + SFML using Visual Studio 2010 Express. I packed in all libraries like msvcr100.dll, opengl32.dll etc. but some pepole can run my game, and others can't :/ I don't know why, because I added everything that is necessary to run the game. People that can't run game get messages like : "The procedure entry point _ftol2 could not be located in the dynamic link library msvcrt.dll"
How can I make this game run on all machines?