News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Program won't run

Started by HelloEveryone, February 09, 2010, 08:15:01 AM

Previous topic - Next topic

HelloEveryone

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.

oBFusCATed

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!]

HelloEveryone

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.

stahta01

#3
The fourth result for me on "vista 8.02"

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

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

HelloEveryone

Quote from: stahta01 on February 10, 2010, 06:14:58 AM
The fourth result for me on "vista 8.02"

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

Tim S.


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