Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: angrad on September 18, 2010, 05:16:28 pm

Title: Why it warned that didn't find the head file?
Post by: angrad on September 18, 2010, 05:16:28 pm
It's the first time that I use C::B. I was attracted by it. But there are "    #inlude <stdio.h>  " and other head files in my C files, when I right-click and choose "Open the #include file <stdio.h> ", it warned "Didn' t find "stdio.h" ".  When I right-click "memset (a, 0, sizeof(a))" (I have written #include <string.h>) or any C language word, it will warn "Didn' t find ××". I search for a lot of information and I was extremely confused.
I know there will be experienced friends at our forums would teach me. Thank you and I'm really need your help! :lol:
Title: Re: Why it warned that didn't find the head file?
Post by: Folco on September 18, 2010, 06:14:40 pm
It would be this bug ? http://forums.codeblocks.org/index.php/topic,13291.msg89461.html#msg89461
Apparently it is fixed now : http://forums.codeblocks.org/index.php/topic,13291.msg89610.html#msg89610