User forums > Using Code::Blocks
No functions parsed in this file...
ollydbg:
--- Quote from: adfm on February 18, 2011, 06:17:11 pm ---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
--- End quote ---
I just download this package, but what is the exact step to produce this bug????
adfm:
Hello,
as you noticed, the project doesn't even compile. If you open one of the files Item.cpp ot Item.hpp and try to do a "Goto function" the message box with the warning "no functions parsed..." will pop up. Nothing is parsed and I have no idea why!
BTW, how can I reparse the project?
Cheers
ollydbg:
--- Quote from: adfm on February 21, 2011, 10:53:50 am ---as you noticed, the project doesn't even compile. If you open one of the files Item.cpp ot Item.hpp and try to do a "Goto function"
--- End quote ---
Where did you right click and select "Goto function xxxx"?
adfm:
try the menu tree
:: Search -> goto function...
you can also check the code completion toolbar. It wont show anything as well.
Cheers
ollydbg:
your code has grammar error. see:
--- Code: ---#include "Item.hpp"
#include "Tax.hpp"
#include "Helper.hpp"
#include "DataBase.hpp"
#include "Screen.hpp"
#include "Language.hpp"
#include "http\HttpUtils.h"
#include "Socketwrapper.h""
--- End code ---
two quote at the last line, remove it will solve all the problem.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version