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

Vista problem -- nothing happens

Started by jps, December 05, 2008, 04:17:21 PM

Previous topic - Next topic

jps

Hi,

I tried to help a student today getting started with Codeblocks for C-programming course.
We downloaded the file codeblocks-8.02mingw-setup.exe from the download-page dated    28 Feb 2008.

When I install it on my own XP-laptop, wrote a simple "helloworld" pgm, and clicked Run-button, it worked just fine.

But he had Vista-laptop.
Installation seemed to work fine, but when I click Build or Run to execute the pgm,
just *nothing* happens.

I saw another thread people got some error-msgs under Vista - but here it wasnt even that -- just nothing.

Anyone recognizes this problem or know a solution for it?

TIA, jps

TDragon

Enable full command-line logging, please. (Settings -> Compiler and debugger -> Global compiler settings -> Other settings -> Compiler logging = Full command line)
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

jps

thanks tdragon!
Will try that and see what comes out...