Author Topic: Program won't run  (Read 3949 times)

Offline HelloEveryone

  • Single posting newcomer
  • *
  • Posts: 3
Program won't run
« on: February 09, 2010, 08:15:01 am »
Hi there, i recently bought a dummy book for C++ to learn about programming, the very first project i had to create was a very simple program that is supposed to pop up a window and say "Hello World". I was able to build the program with no error but then when i clicked run, nothing happens. Can you tell me what i doing wrong? I followed the instructions of the book perfectly. My OS is win7 64bit, my codeblock version is 8.02, i was using GNU GCC Compilier.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Program won't run
« Reply #1 on: February 09, 2010, 09:09:22 am »
Please search the forum!
You can try the "invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]" or "vista 8.02" as a search strings.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline HelloEveryone

  • Single posting newcomer
  • *
  • Posts: 3
Re: Program won't run
« Reply #2 on: February 10, 2010, 03:39:24 am »
Hi, i did look around before posting and found no solution. I also searched the forum using the suggested keywords, " invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]" and "Vista v8.08", but none of the posts can relate to my problem since i don't get the invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!] error.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Program won't run
« Reply #3 on: February 10, 2010, 06:14:58 am »
The fourth result for me on "vista 8.02"

http://forums.codeblocks.org/index.php/topic,11328.0.html

Tim S.
« Last Edit: February 10, 2010, 06:16:46 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline HelloEveryone

  • Single posting newcomer
  • *
  • Posts: 3
Re: Program won't run
« Reply #4 on: February 10, 2010, 10:00:00 pm »
The fourth result for me on "vista 8.02"

http://forums.codeblocks.org/index.php/topic,11328.0.html

Tim S.


Thank you! I updated MinGW to the newest version and the problem is fixed