News:

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

Main Menu

Cannot find stdio.h

Started by Knx, March 27, 2007, 08:23:12 PM

Previous topic - Next topic

Knx



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?
Using:
• Code::Blocks SVN        • wxWidGets 2.8.6
• Windows XP SP2          • MinGW Latest  Wish List • Code folding (For wxSmith and more options like NetBeans)

Biplab

Be a part of the solution, not a part of the problem.

stahta01

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
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]

Knx

Quote from: Biplab on March 28, 2007, 03:16:06 AM
Is it compiling? :)

Yes.

Quote from: 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

Yes, It's on C:\MinGW
I'm using Windows XP SP2
Using:
• Code::Blocks SVN        • wxWidGets 2.8.6
• Windows XP SP2          • MinGW Latest  Wish List • Code folding (For wxSmith and more options like NetBeans)

Knx

Oh, I've just noticed.
It happens if I just work with a source file, if I make a console application it works.
Using:
• Code::Blocks SVN        • wxWidGets 2.8.6
• Windows XP SP2          • MinGW Latest  Wish List • Code folding (For wxSmith and more options like NetBeans)