Code::Blocks Forums

User forums => Help => Topic started by: Knx on March 27, 2007, 08:23:12 pm

Title: Cannot find stdio.h
Post by: Knx on March 27, 2007, 08:23:12 pm
(http://img464.imageshack.us/img464/9862/tezj5.jpg)

When I right click stdio.h and click open this file...

I've reinstalled everything and just let it auto-detect MinGW.

What's wrong?
Title: Re: Cannot find stdio.h
Post by: Biplab on March 28, 2007, 03:16:06 am
Is it compiling? :)
Title: Re: Cannot find stdio.h
Post by: stahta01 on March 30, 2007, 02:53:41 pm
Is MinGW installed in folder C:\MinGW ?
If not, then that is your problem, autodetect has never worked for me.

NOTE: If on Vista, then that is your problem. You need to do special steps to make MinGW work under Vista.

Tim S
Title: Re: Cannot find stdio.h
Post by: Knx on March 30, 2007, 05:29:40 pm
Is it compiling? :)

Yes.

Is MinGW installed in folder C:\MinGW ?
If not, then that is your problem, autodetect has never worked for me.

NOTE: If on Vista, then that is your problem. You need to do special steps to make MinGW work under Vista.

Tim S

Yes, It's on C:\MinGW
I'm using Windows XP SP2
Title: Re: Cannot find stdio.h
Post by: Knx on March 30, 2007, 08:44:58 pm
Oh, I've just noticed.
It happens if I just work with a source file, if I make a console application it works.