Thread: Program in c that runs on a PC but not on another

  1. #1
    Registered User
    Join Date
    Mar 2015
    Posts
    1

    Question Program in c that runs on a PC but not on another

    Hello everyone,

    I'va create a c program that scans the web from a root it works on mypc but dont works on another pc of my friend.
    I have created this project with Visual Studio 2013 disabling extension to obtain standard ansi c project.
    Can someone give me an idea as to why it does not work?

    Thanks

  2. #2
    Registered User
    Join Date
    May 2014
    Posts
    121
    Post your code. It could be an issue with endianness or similar.

  3. #3
    Registered User
    Join Date
    May 2010
    Posts
    4,632
    Does your friend's machine have all the required C runtimes installed? You may want to read this link.

    Jim

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 3
    Last Post: 11-21-2008, 10:21 AM
  2. Error when my program runs
    By Just4Learning in forum C++ Programming
    Replies: 3
    Last Post: 05-22-2007, 07:20 PM
  3. Get an Error as soon as the program runs.
    By sara.stanley in forum C++ Programming
    Replies: 5
    Last Post: 05-28-2006, 11:47 PM
  4. Program runs choppy
    By Smartiepants586 in forum C Programming
    Replies: 11
    Last Post: 06-22-2005, 04:57 AM
  5. multiple runs of a program
    By unregistered in forum Linux Programming
    Replies: 5
    Last Post: 03-15-2002, 07:18 AM

Tags for this Thread