Friends Can't Start The Exe Files I Send :(

free web hosting
Free Web Hosting > Computers & Tech > Programming > Programming General > C, C++ & Visual C++

Friends Can't Start The Exe Files I Send :(

Feelay
I am using visual c++ 2008. and when I send the .exe file that I created to my friend, (from the debug folder) he gets an error message when trying to execute it sad.gif
any ideas?

when my friend tried, he said that he got the following error message:

cannot execute
.... And lots of PC info.



When I create these files, I choose win32 console application (something that looks like the cmd when executed)

please.. I really need to get this thing working

Thanks //Feelay

Reply

xboxrulz
you have to give us the full error if u want us to try to see what's the problem or give us the source code for us to try to debug it.

xboxrulz

Reply

Quatrux
This kind of things happen very frequently, it works on my machine, but it doesn't work in the University or at my friends machine, this is really what gets on my nerves, this always happens if you're using Visual Studio, doesn't matter C++ or C# usually it is due to different machines, different libraries, utilities and settings..

If you want to get over it, start using gcc and always include all the files you are using, sometimes a small image, which you're using can break all the program, even though on console applications I believe that you're probably not using any images, it was just an example, I never tried to figure this kind of things out, due to the product is from Microsoft, thats why it's best to have a laptop and to bring it with yourself and show the working program, it would be a pity if it would be your job though. biggrin.gif

Reply

Feelay
what is gcc huh.gif?

(and if I should include all the files, that I'm sending to my friends, where can I find them?)

@xboxrulez: Here is the sourcecode

CODE
// Hello World.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include "iostream"

using namespace std;



int main()
{
    cout <<"Hello World :D \n"<<endl;
    char name[50];
    cout <<"Please enter your name: ";
    cin >> name;
    cin.ignore();
        cout<<"\n\nWelcome "<<name<<"! Thank you for helping me to try this \"program\" ^.^\n"<<endl;
        cout<<"Press Enter to continue";
        cin.get();
    return 0;
}


It works on my pc, but not on others.
a friend that tryed it today said that he had no error. he said that nothing happened.


Edit:
I changed from microsofts product, to dev-c++, and it worked just fine.. So I will be using this, untill somone in this world, knows why it is not working.
Can anyone tell me this. Am I able to create games in dev-c++ like I would in Microsoft Visual?
thank you smile.gif

 

 

 


Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Recent Queries:-
  1. how to change ip in exe file - 3.20 hr back. (1)
  2. win32 concel exe not working on other computer c - 48.82 hr back. (1)
  3. why cant i change the icon of my c application .exe file - 52.63 hr back. (1)
  4. starting a .exe in ftp - 125.31 hr back. (1)
  5. how to send exe file useing c program to others - 125.93 hr back. (1)
  6. exe on another computer c 2008 - 173.89 hr back. (1)
  7. cannot start exe - 179.03 hr back. (1)
  8. visual studios .exe doesnt work friends c - 179.80 hr back. (1)
  9. visual c what files do i have to send with the exe - 179.86 hr back. (1)
  10. how to send exe files to another computer - 262.06 hr back. (1)
  11. how to email an application .exe file - 275.89 hr back. (1)
  12. send exe files over email - 311.82 hr back. (1)
  13. making exe files with visual express c - 322.41 hr back. (1)
  14. send .exe files through mail - 372.94 hr back. (1)
Similar Topics

Keywords : friends, start, exe, files, send,

  1. Playing Two Wav Files Simultaneously In C#
    (4)
  2. Homepages Friends
    Get PAID to search! (5)
    I recently signed up for "Homepages Friends", a program which pays you about €0.02 for every search
    you make using their version of Yahoo. The system is very easy to use, as you simply add the toolbar
    to your browser (or you can do it online instead - either way no download is needed). I have yet to
    cash out, as the minimum is €20, and I only have about €2. However, if you are an avid searcher, or
    if you're simply willing to spend a lot of time working on it, you can EASILY get €4 + a day.
    Also, you can invite friends and get a portion of their intake (I believe it&#....
  3. Php Location Header No Send Session Id ?
    (0)
    Hi, All I got more question on header function. re-read the php documentation and notice an term
    that said as QUOTE Note: Session ID is not passed with Location header even if
    session.use_trans_sid is enabled. It must by passed manually using SID constant. What that
    means ? I have used two seperate script : src.php and target.php something like this: > CODE
    session_start(); header('Location: /target.php'); > CODE
    print_r($_REQUEST); But it does the session id sent back from server to client, th....
  4. Need Some Help/advice On How To Restore Lost Files
    (5)
    My problem is this. I had a photo loader software installed on my computer. This prog indexed a
    couple of hondred photos I had. Yesterday I uninstalled the prog form my computer without
    considering the posibility that the folder containing my photos would be deleted to which it did. My
    question is this, what if I used system restore? would it restore my photos too? Or would it simply
    restore just the prog files only?....
  5. Need Some Help/advice On Lost Files.
    (8)
    My problem is this. I had a photo loader software installed on my computer. This prog indexed a
    couple of hondred photos I had. Yesterday I uninstalled the prog form my computer without
    considering the posibility that the folder containing my photos would be deleted too, which it did.
    My question is this, what if I used system restore? would it restore my photos too? Or would it
    simply restore just the prog files only? ThnX in advance....
  6. Email Problems
    Unable to Send or Receive (5)
    Ever since the server move (migration, relocation, whatever you want to call it) I've had a
    problem with both sending and receiving emails. I use Microsoft Outlook Express as my email
    application, and originally hadn't changed any of my email settings (figuring that there
    wouldn't be any difference between the two). I'm unsure of exactly when the problem started,
    as I get no errors or messages indicating that it was failing to receive messages (getting the
    normal "connecting, authorizing, checking mail" series of stages in the process). It was only when I....
  7. Magic Quotes And $_files
    (3)
    It recently came upon me that I was designing a website that used file uploads. Of course, PHP was
    my first choice to solve the problem. I'm pro-PHP and anti-ASP. Perl is somewhere in the middle.
    But anyway! I have magic_quotes_runtime and magic_quotes_gpc both on and it seems to be causing
    some problems with file uploads. If a user uploads a file called "Jared's Stuff.txt" (that was
    one of my tests) then magic_quotes insert a backslash before the apostrophe and $_FILES
    becomes "'s Stuff.txt" since the backslash is interpreted as part of the path....
  8. Uploading More Than 30 Files In Less Than 10 Clicks?
    (5)
    Hey! is it possible to upload lots of files fast, and to a specefic folder? I am sure you guys
    are going to tell me "use" the FTP tool.. But I have no idea how to use it =/....
  9. If You Have Some Private Files
    (17)
    Hello everyone , Here in this post I will show you how to hide your private files and folders If
    you have some private files and want to prevent others from seeing them you can follow these steps
    to hide these private files First Step Create New Folder any where and rename it hold Alt key
    and press 255 Now you will notice the folder has no name Second Step Now right click this folder
    and select Properties then Customise then change icon and select invisiable icon for this folder you
    will find 4 empty area icons all are fine Third Step Now move all your private ....
  10. How Do I Send SMS To Mobiles Through My Site
    (9)
    I want to send sms to my users through my website ,is there any way to do it with php or any other
    sofware, what i want is to help my users get their private message alerts on their cell phones, is
    there anyway to do it without tieing up with the smm providers on the web ,like they tell to pay you
    few cents per sms ,is there anyway i can do it free, like cani become a provider just like them ,or
    make a way like, if a user agrees to pay for alerts ,than whenever an alert goes the amount gets
    deducted from the user's cell phone , i am a newbie ,so dont know much hoe th....
  11. Php Send Mail Through Smtp
    (8)
    Can anyone here tell me how to send mail through SMTP server with php /mellow.gif"
    style="vertical-align:middle" emoid=":mellow:" border="0" alt="mellow.gif" /> I have search in many
    source code on web and cant find anything /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" />....
  12. Screensaver Problems
    It wont start (10)
    Hi I just re installed windows on my computer (I know i can hear people saying "Why Windows", but i
    need it to run certain programs) and i have encountered a problem with my screensaver. I have it
    set to load the "My Pictures" screensaver after 3 minutes. But after 3 minutes the screen saver wont
    appear!! I have also set my monitor to turn off (standby) after 5 minutes. The only thing
    that i find strange is that when i have locked the computer (e.g switch user) and it is sitting on
    the login screen, the monitor will go into standby after 5 minutes, but before th....
  13. Help: Adding My Videos Folder To Start Menu
    Windows XP Only (10)
    Okay, I am halfway to being able to add the My Videos Folder (the only of the special My folder I
    really use) to the start panel. For those of you who don't know what I am talking about, make
    sure you have the new XP start menu not classic, then open your start menu. The right side is the
    start panel, and it should have links to things like My Documents, My Music, My Computer, etc. The
    only one you can't add to it (you add features to it from the properties page) is the My Videos
    File. No, my method: 1) Knowing Windows as well as I do, first thing after ex....
  14. Creating Executable Jar Files
    (9)
    Dear Friends Today I will show you how to create an executable jar file. I do not know whether this
    topic is introduced by any other member. Using this method one can build graphical user interface
    program with java which will behave similar to Executable files i.e., the program can be started
    with double clicks. It is an easy alternative. Otherwise to run a java program one has to run it
    through comand prompt(in windows) using java command or by creating java executalbes which are very
    difficult to make. So lets begin: Frist of all, we will....
  15. Choosing A Different Joomla Start Page
    How do I start somewhere other than Home? (5)
    I am trying to set up Joomla on this site and woud like new visitors to start at the "What We
    Sell" page rather than the Homepage. The What We Sell page is less busy and has some nice photos; I
    want them to be able to click on Home to view news and other things. I tried a 301 redirect from
    the .htaccess file to redirect index.html to
    http://mistymanor.astahost.com/index.php?o...id=19&Itemid=36 but this did not work. Visits simply
    went to index.php as normal. Any ideas?....
  16. How To Embed Swf Files In Joomla ?
    (9)
    I want to embed some swf game files into my Joomla project, I've been at it for two hours and
    haven't made much progress. I've tried making a new content item and placing ... but that
    hasn't worked. I'm kind of stuck /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> Anyone familiar with Joomla or Mambo that may have some knowledge
    regarding my issue?....
  17. Get User Input From Vbscript For Batch Files
    Get user input from vbscript (2)
    Hello, I didn't see a tutorial on this subject so i'll go ahead and do it. Long ago I used
    batch file programming a quite a bit. I used vbscript files to get user input for the batch files.
    So here is a simple example of using the 'call' command to call for the vbscript file which
    should be in the same folder as the .bat file. in the batch file pretty much anywhere you can start
    the vbscript, and call another .bat file- using @ to of course not echo the line of code - CODE
    @ start /w wscript.exe userin.vbs @ call ~anyname.bat @ del ~anyname.bat....
  18. Renaming Files (Using Excel Spreadsheet)
    (20)
    Hi, I want to use filenames on my Excel Spreadsheet for the files I have in my folder. For example,
    let's say I have these in a folder: Reportdummy.doc Charts102.xls DecemberGraphs.xls
    TestScrap.txt etc... And I have this in my Excel spreadsheet: Report1.doc Charts.xls Graphs.xls
    Scrap.txt etc... Is there an easy way for me to copy the cell's value to the file in that
    folder? I want them to be copied exactly in that order. So far I have to do this manually (copy
    from Excel, then rename and paste for each file). Thanks.....
  19. Switch Network Settings With Batch Files
    A quick way to change IP, Gateway, DNS (18)
    Let's suppose you are using two network settings with your laptop frequently. Wether it's a
    wireless or wired network, all the same: Every time you want to change the IP, subnet mask, default
    gateway and DNS Server(s) of your network connection in any flavour of Windows, you have to click
    through menus, submenus, and from that you go to yet another submenu... you have been there,
    it's awful. /mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /> There is a
    better way: the command "netsh" on your command prompt can change all the aforementio....
  20. Help Me: Need To Transfer Files From Old Computer
    (18)
    How to I upload my computer stuff. I bought a new computer - a Dell. But I need to get all my files
    form my old computer, and Emachines, can someone help me?....
  21. Help A Beginner Start On With Game Programming
    (8)
    I would like to make some game- no matter what but I have NO idea about programming. I only know php
    a bit, html, java script and css, but I'd like to have game not in the internet but let's
    say a real one... any idea, or progamm which might help?....
  22. How Do I Chmod Files On Astahost ?
    (20)
    Hey, how do i CHMOD certain files, i need to CHMOD some files to 0777 but i dont know how :-\ i
    use ws_ftp as my ftp client i also have flash fxp....
  23. How To Play *.rm Files With Media Player
    (12)
    How to play Real audio and video files (*.rm) with Windows Media player!? /blink.gif'
    border='0' style='vertical-align:middle' alt='blink.gif' /> Because of competition between
    Microsoft and Real Networks, Windows Media Player does not support Real audio and video files, and
    real networks does not release any patch for WMP. But, Real has released a patch for other media
    players. Now, I want learn you, how you can use this patch to play Real audio and video files. You
    should have Windows Media Player and Real Player: 1- First go to sourceforge.net website and down....
  24. Sharing Files In Windows Xp Home
    I always get an "access denied mesage" (15)
    when trying to access another computer's shared files on my home network i recieve an error
    message " is not accessable. You might not have permission to use this network resource. Contact
    the administrator of this server to find out if you have access permissions. Access denied" anyone
    know why I am getting this message?....
  25. How To Send Email Using VB (using SMTP) ?
    best way to send email in vb (8)
    Hi everybody, I want to send an email to multi users through my VB application. I don't know if
    I can use a VB class for this case or I should download a smtp mail component. I would be thankful
    if you can suggest me the best solution. Please give me a code example for former solution or
    introduce me an effective free, permanent component.....
  26. VB.NET: Howto Add And Delete Files
    Just looking for useful code (8)
    I am horrible at dealing with files in VB. I was wondering if anyone could give me some general
    code for a program I'm working on. I need to be able to add to files, display them, and delete
    them. I have use code out of a book, but it never works very well. Any suggestions?....
  27. How To Transfer Files From One Computer To Another
    (16)
    Hi friends, I have two computers both having windows XP pro operating system and i have
    one LAN cable and i connected both computers through LAN terminals and i'm unable to transfer
    data from both computers.So what setting i have to make for doing this? Thanks, sunny....
  28. How To Hide Your Files In XP
    hide doc and folders (18)
    In this tutorial i will show ou how to hide your documents or folders, but you have to remember
    where it is! ok lets go! pick a file you want to hide from windows XP, to help you i will
    hide a file "hidden.doc" in "C:" open command prompt: START>RUN>CMD you might find yourself in
    your user directory. in the command prompt go into the directory of where your file is going to be
    hidden. as my "hidden.doc" is in "C:" i will use "cd.." command to "change directory before" till
    i get into my C: drive once your there use the attributes command on the file you ar....
  29. Converting Flash Files To Gif
    how to convert flash files to anim gif (7)
    i used swishmax to make simple flash animation. but then, i figured out for simple animations we
    should use gif instead. this is to ensure wider compatibility with older browser or those who didnot
    have flash installed (for security reasons, etc). so, anyone have a simple solution of coverting SWF
    files to GIF files without compromising its quality?. thanks....
  30. Code To Send An Email From A Form
    (7)
    HTML form action =" http://www.bool.co.il/cgi-bin/bu.cgi?page=send2friend&id=8006 "
    method=" post "> font face =" Arial "> input type =" text " name=" sender "> /font > the
    sender: br > input type =" text " name=" sender_email "> sender's mail: br > font face
    =" Arial (hebrew) "> input type =" text " name=" receiver "> /font > to: br > input
    type =" text " name=" receiver_email "> email Of receives the announcement: br > font face ="
    Arial (hebrew) "> input type =" text " name=" subject "> /font > the subject: br > i....

    1. Looking for friends, start, exe, files, send,

Searching Video's for friends, start, exe, files, send,
advertisement




Friends Can't Start The Exe Files I Send :(



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE