User forums > Using Code::Blocks
Not linking function with their defination issue
(1/1)
seema:
Hi
I am facing a problem with code:block.I am not able to jump to the defination of some function .it is saying not valid function. But it is compiling properly. How to do the this linking?It is working fine for some old functions ,I have added some new code to my project.. n its its not able to link them..but when I compile and run it works fine..
also I want to can the code crash also at run time if linking is not fine..
BlueHazzard:
--- Quote from: seema on December 17, 2013, 01:13:43 pm --- also I want to can the code crash also at run time if linking is not fine..
--- End quote ---
??? ???
--- Quote from: seema on December 17, 2013, 01:13:43 pm ---I am facing a problem with code:block.I am not able to jump to the defination of some function .it is saying not valid function. But it is compiling properly. How to do the this linking?It is working fine for some old functions ,I have added some new code to my project.. n its its not able to link them..but when I compile and run it works fine..
--- End quote ---
This "linking" is a automatic process, and our parser is not the best at the market...
can you show a example of the not working code? Maybe we can fix it...
greetings
seema:
its not a single file file Its a complete project source code which I can't post over here.Let me clarfy the issue. we have project (source code ) wriitten in C which we are compiling in code blocks. Now issue is that ,when I select some function ,then select function defination ,it is saying not valid function.but I have defined the function in the code...how to map the function with its defination.
ollydbg:
--- Quote from: seema on December 18, 2013, 04:55:02 am ---its not a single file file Its a complete project source code which I can't post over here.Let me clarfy the issue. we have project (source code ) wriitten in C which we are compiling in code blocks. Now issue is that ,when I select some function ,then select function defination ,it is saying not valid function.but I have defined the function in the code...how to map the function with its defination.
--- End quote ---
Please supply a minimal sample project to re-produce this bug, other wise, we don't have any information to fix this bug.
Navigation
[0] Message Index
Go to full version