News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[RESOLVED]about IDE - why the functions prototype, from .h files aren't showed?

Started by cambalinho, November 18, 2013, 08:32:35 PM

Previous topic - Next topic

cambalinho

i have the Code Blocks 12.11 and i use the C\C++ language.
when i do:

#include <windows.h>

GetDC(

why isn't showed the function parameters?
with functions\header files that we create, they are showed

BlueHazzard

12.11 is pretty old, and there where a lot improvements. So try a nightly build... You can find all infos in the nightly build sub forums


greetings

cambalinho

it can be old, but i need it... so is there a plugin or something for i get what i need?(please)

stahta01

Quote from: cambalinho on November 19, 2013, 07:13:39 PM
it can be old, but i need it... so is there a plugin or something for i get what i need?(please)

Did you check the CC settings?
It might just be a setting issue in Code Completion Plugin.

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]

cambalinho


stahta01

Quote from: cambalinho on November 19, 2013, 07:38:43 PM
it's on Editor options, but i can't find the right option :(

I have the new Nightly in it;
I would try CC -> C/C++ Parser Tab

Likely try adding it to "Headers to Parse with high priority"

Also, on CC -> CC Tab
Make sure "Enable Header Code Completion"

NOTE: I never use CC.

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]

cambalinho

finally i fix it ;)
thanks for all.
on Global Compiler Settings -> Search Directories -> Compiler i had the folder incorrect and i fix it... now i have what i need.. thanks for all
i found it from here: http://comp.ist.utl.pt/bac/Prog1011.info1Sem/Software/manual_en.pdf
(page 17 "1.11.7 Auto complete")
thanks for all