Sending c++ file

I have made an sdl game and my friend wants to see it he doesn't have c++ visual 2010 express or any idea of programming so will it work if i send him the .exe file along will .dll files should it work if not can it work any other way

Sending the .exe, along with any dependencies, should be completely sufficient. How do you think that programs are run on computers? If it doesn't work, make sure that your program works itself, and use a program like Dependency Walker to double check if there are any DLL's required for your program that you may have missed.
OK so i just need to send him the complete debug folder
Topic archived. No new replies allowed.