Code::Blocks Forums

User forums => Help => Topic started by: HelloEveryone on February 09, 2010, 08:15:01 am

Title: Program won't run
Post by: HelloEveryone 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.
Title: Re: Program won't run
Post by: oBFusCATed 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.
Title: Re: Program won't run
Post by: HelloEveryone 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.
Title: Re: Program won't run
Post by: stahta01 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.
Title: Re: Program won't run
Post by: HelloEveryone 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