Sending Executable Files

May 22, 2013 at 1:28am
Hello! I am just wondering if it is possible to send a project to someone via email - In a simple way, almost like you would install software from the internet, maybe a setup file, or something. The compiler I use "Dev C++" creates a .cpp file and an executable. Unfortunately, I cannot send that .exe file. How would you recommend sharing a program?
Last edited on May 22, 2013 at 1:28am
May 22, 2013 at 1:37am
@Vauxhall

Use a zip program, and zip the executable and the cpp source file into one file. You can then send it without the browser complaining. It's best to let the person you're sending it to, know what you sent, and maybe even the size of each file, so they know what to expect. Anyway, that's what I do.
May 22, 2013 at 2:45am
You can also use things like Dropbox or Google drive for sharing larger files.
May 22, 2013 at 3:15am
@ whitenite

which email provider do you use? gmail finds it even in a zipped folder.

@Lachlan

Yeah, but I'm dealing with people who do not want to do anything except click a file.
May 22, 2013 at 3:25am
I'm pretty sure there's ways to just provide a link to files you've uploaded without the person needing a client.
May 22, 2013 at 4:44am
You are correct on that. just payed a visit to the Dropbox site. thanks
Topic archived. No new replies allowed.