News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

It seems the project has not been built yet.... Please help

Started by swindlz, February 05, 2010, 05:24:10 PM

Previous topic - Next topic

swindlz

I am 100% new to coding, the only other bit i have done is Flash action script 2.0. I have installed Code::Blocks but i encouterd a problem.

If i try to test the "hello world" it comes up with : it seems the project has not been built yet. Do you want to build it now? So I click yes and it just opens again.

Please could someone help me and try to avoid anything i will not understand.

P.S mind my poor english.   :(

oBFusCATed

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

swindlz

As a matter of fact i have but i cannot find a sulution

swindlz

I cannot understand any of the others (yes i am a noob)

stahta01

1. Learn what a C/C++ Compiler is and what it does.
    Go to a beginner site that teaches C/C++ basics

2. Install a Compiler
    Go to the Compiler Site and get the compiler.
    Note: It is preferred to install compilers to a path without spaces or special characters.

3. Configure Compiler inside Code::Blocks
    http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler
   
4. Turn on Full Compiler Logging.
    http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

5. Learn to ask meaningful questions; this means supplying the needed info
Like OS, Compiler and Version, Code::Blocks version etc.


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]

swindlz

Quote from: stahta01 on February 05, 2010, 06:48:44 PM
1. Learn what a C/C++ Compiler is and what it does.
    Go to a beginner site that teaches C/C++ basics

2. Install a Compiler
    Go to the Compiler Site and get the compiler.
    Note: It is preferred to install compilers to a path without spaces or special characters.

3. Configure Compiler inside Code::Blocks
    http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler
   
4. Turn on Full Compiler Logging.
    http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

5. Learn to ask meaningful questions; this means supplying the needed info
Like OS, Compiler and Version, Code::Blocks version etc.


Tim S.


Ok, I am using windows vista and i downloaded Code::Blocks yesterday so i assume it is the latest one. I use gnu gcc compiler if that helps at all.

stahta01

Quote from: swindlz on February 05, 2010, 07:00:56 PM
Ok, I am using windows vista and i downloaded Code::Blocks yesterday so i assume it is the latest one. I use gnu gcc compiler if that helps at all.

You CAN NOT be helped; DO NOT ASSUME Anything.

I suggest installing a Vista Compatible MinGW GCC Compiler; because most people who are newbies DO NOT install one. Because they assume!!!

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]