Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: General on January 02, 2008, 10:15:21 pm
-
Hello guys,
at first i want to apologize for my English. Because iam from Germany.
So now my problem.
Since a few days i have very big problems with C::B.
When I type for example "Mess" in a Win32GUI Project and press STRG+WHITESPACE he shows me the code completion for all function beginning with "Mess" , like MessageBox or MessageBoxEx. But since the few days he didnt make the auto completion, he only make it for things like "if,for,else" but not for the given function of the Lib. Is there anyone who´s knows this problem, and know how to solve it?`Thanks allot.
General
-
Hi !
If your project is open by default at C::B start, you can jump to the "symbols" management tab, right click on its root (symbols) and click on "re-parse".
Dje
-
well, i think i had explained it wrong. Make a Win32GUI project, type in "MessageB" and press STRG+WHITESPACE, normally he have to show all WinAPI function beginning with "MessageB" but since a few days he didnt make it. @Dje your try to solve my problem dosent work, but i dont know why.?