News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

I always error message when running program

Started by wjonesy, May 10, 2010, 12:16:21 PM

Previous topic - Next topic

wjonesy

Hi

I write simple C++ file. Click run, following error message comes up:

It seems that the file has not been built. Do you want to build it now?

I click yes. Try to run again and it comes up again. etc etc.

Any help?

Thanks
Wil

MortenMacFly

Quote from: wjonesy on May 10, 2010, 12:16:21 PM
Any help?
Works just fine, here. What OS, version etc? Did you try a nightly?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

wjonesy

Vista.

Codeblocks version 8.02.

Dont know what a nightly is.

stahta01

Quote from: wjonesy on May 10, 2010, 04:28:28 PM
Vista.

Codeblocks version 8.02.

Dont know what a nightly is.

Did you install a Compiler that works with Vista; the compiler shipped with CB 8.02 DOES NOT work with Vista.

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]