User forums > Using Code::Blocks

Nothing happend when use "->" or "::"

(1/4) > >>

montchai:
I used Code::Blocks for 2 months and I still have some problem. I create 2 classes in a project such as class A &B, but when I call class A's member function from class B by use "->" . Nothing popup to the editing screen. But when I looked at the screen shot, it show.

I don't know what happend with my program, but I don't think it's the C::B's bug for sure. Anyone can tell me what is it and how can I fix this problem?
Thanx

Anonymous:
The first thing to do is learn how to ask a proper question and provide adequate information.  Regardless , it's not a CodeBlocks problem.

montchai:
:(  Sorry about silly question, but I use Code::Blocks with Ogre3D for making game and it's didn't show. When I create classes for my own, the popup showed. But when I use classes of Ogre3D in dll files It's not show. I don't know why it's missing.

mandrav:
Make sure "Settings->Configure plugins->Code completion->Follow GLOBAL includes" is checked.
Then (with your project open) go to the "Symbols" tab in the project manager, right-click on "Symbols" and press "Re-parse now" to re-scan the source files immediately.

Yiannis.

Anonymous:
Thank you so much for your advice. everything is almost ok, member function and variable is show out. But When I check "Follow GLOBAL includes" it show an error message " Can not wait for thread termination (error 6: the handle is invalid.) I don't know what does it mean.

Help me again Yiannis, please.

Navigation

[0] Message Index

[#] Next page

Go to full version