User forums > Using Code::Blocks
No functions parsed in this file...
adfm:
Hello all,
I am getting a "No functions parsed in this file..." error in a couple of my project files and I cant figure out why. They are standard c++ files (cpp and hpp), with class standard definitions.
I'm using the latest debug branch nightly and this is a problem that has been occurring for a while. Any ideas?
Cheers
oBFusCATed:
Can you post some code? (full compilable test project is best)
Probably there is a problem in the parser if it happens only on particular files....
Also preprocessor and template parsing is not complete, so if your files use these two standard features, you'll have problems with the CC.
adfm:
hey,
I really can't send you anything. This only happens to one of my project (which is quite big), but only happens in two files that implement some classes.
It's all pretty standard stuff, but I can't get a grasp on why it is happening or when it started happening. When I do "Select function" it just shows the warning instead of the window with the functions in the current file.
Any options in the c++ parser? Code completion?
Cheers
oBFusCATed:
--- Quote from: adfm on February 18, 2011, 01:49:47 pm ---I really can't send you anything. This only happens to one of my project (which is quite big), but only happens in two files that implement some classes.
--- End quote ---
Can you separate these two files in an another project, then see if the problem is there?
If the problem is still there, modify the code, so it doesn't include any sensitive/internal info and post it...
adfm:
OK,
I just copied two of the files that I get the error in.
I simply added them to a console project and I get the same error. In the main I can get the functions, in the other files... I can't
The following link has the test project I used to test this.
http://dl.dropbox.com/u/1592828/functions.zip
Thanks for the help ;)
Cheers
Navigation
[0] Message Index
[#] Next page
Go to full version