Author Topic: "It seems this file has not been built" error message  (Read 8332 times)

B-lo-0

  • Guest
"It seems this file has not been built" error message
« on: September 09, 2011, 02:20:19 am »
im trying to build very basic programs just to see it print out in a dos menu. But even after "building" after this message it still appears. What am i doing wrong?


int main{

  printf("COP 3223 Rocks!\n");
  return 0;
}

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: "It seems this file has not been built" error message
« Reply #1 on: September 09, 2011, 04:03:06 am »
You have not provided very much information, so it is difficult to tell what the problem is.
You could check if you have a properly installed compiler.  Also, this page contains basic information on project setup in Code::Blocks, and may help.

Offline jinjin12

  • Multiple posting newcomer
  • *
  • Posts: 13
Re: "It seems this file has not been built" error message
« Reply #2 on: September 25, 2011, 09:23:05 pm »
im trying to build very basic programs just to see it print out in a dos menu. But even after "building" after this message it still appears. What am i doing wrong?


int main{

  printf("COP 3223 Rocks!\n");
  return 0;
}


trying name the source as a .cpp and compile again.  cause when you save it, it does not have a suffix which tells the ide what type of file it is.  it happened to me before, assuming you are talking about the same thing i am thinking you are talking about.  try to see if that works, if it don't post a screenshot