Code::Blocks Forums

User forums => Help => Topic started by: krrice on December 15, 2013, 12:40:36 am

Title: CB running first code compiled
Post by: krrice on December 15, 2013, 12:40:36 am
Hi everyone, I have been using visual studio for a while now and decided to give CB a try. My problem is if I create a new project and run a simple cout statement it runs fine,but if I add code or comment the cout statement it still just runs the first code I originally ran. I have searched all day for a solution to my problem and can't figure it out. I am running Windows 8. Any help will be appreciated.
Title: Re: CB running first code compiled
Post by: stahta01 on December 15, 2013, 02:29:45 am
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Did you try re-building the project?
If not, try that!

And if it rebuilds post the full re-build log.
NOTE: This does NOT mean build messages!

Link to more official info; but, not a clear http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#libs (http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#libs)
The above was added to another post no idea how it got in this one. Likely user error or browser bug.

Tim S.