News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Why didn't work the "find declaration" on printf?

Started by phr3ak, October 21, 2008, 05:51:57 PM

Previous topic - Next topic

phr3ak

Why didn't work the "find declaration" on printf? (windows) thank you for your attention.


ollydbg

Quote from: phr3ak on October 21, 2008, 05:51:57 PM
Why didn't work the "find declaration" on printf? (windows) thank you for your attention.
Which CodeBlocks version do you use?
Which compiler do you use?

It works fine in my environment(nightly build and TDM-GCC)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

phr3ak

8.02 mingw

so i'm try the following without success:

new project, c, main.c

right click on printf see declaration: not found printf


phr3ak


phr3ak

i updated to the latest nightly build but it was not enough.
i needed delete the codeblocks directory from Application Data and now works file!