Author Topic: Cannot find stdio.h  (Read 6603 times)

Offline Knx

  • Multiple posting newcomer
  • *
  • Posts: 41
Cannot find stdio.h
« on: March 27, 2007, 08:23:12 pm »


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)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Cannot find stdio.h
« Reply #1 on: March 28, 2007, 03:16:06 am »
Is it compiling? :)
Be a part of the solution, not a part of the problem.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7592
    • My Best Post
Re: Cannot find stdio.h
« Reply #2 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
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Knx

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: Cannot find stdio.h
« Reply #3 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
Using:
• Code::Blocks SVN        • wxWidGets 2.8.6
• Windows XP SP2          • MinGW Latest  Wish List • Code folding (For wxSmith and more options like NetBeans)

Offline Knx

  • Multiple posting newcomer
  • *
  • Posts: 41
Re: Cannot find stdio.h
« Reply #4 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.
Using:
• Code::Blocks SVN        • wxWidGets 2.8.6
• Windows XP SP2          • MinGW Latest  Wish List • Code folding (For wxSmith and more options like NetBeans)