Greetings,What vendor and version of C::B and MinGW/GCC exactly? There are roughly 500 version of Code::Blocks and about the same amount of MinGW available. "latest version" is not meaningful.
I just installed Code::Blocks. I'm running Windows Vista, 64-bit. I also installed the latest version of
MinGW, as the downloads page says that it's compatible with Vista.
And renaming a *.c to *.exe shows, [...]OMG - I missed that. Well if that would work, ruling the world would be as easy as:
int RuleTheWord()
{
return 1; // Do rule!
}
int main (void)
{
return RuleTheWord();
}