Author Topic: Why didn't work the "find declaration" on printf?  (Read 6409 times)

Offline phr3ak

  • Single posting newcomer
  • *
  • Posts: 6
Why didn't work the "find declaration" on printf?
« on: October 21, 2008, 05:51:57 pm »
Why didn't work the "find declaration" on printf? (windows) thank you for your attention.

Offline phr3ak

  • Single posting newcomer
  • *
  • Posts: 6
Re: Why didn't work the "find declaration" on printf?
« Reply #1 on: July 18, 2009, 04:15:21 pm »
?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6079
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Why didn't work the "find declaration" on printf?
« Reply #2 on: July 18, 2009, 04:24:31 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.

Offline phr3ak

  • Single posting newcomer
  • *
  • Posts: 6
Re: Why didn't work the "find declaration" on printf?
« Reply #3 on: July 18, 2009, 04:34:22 pm »
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


Offline phr3ak

  • Single posting newcomer
  • *
  • Posts: 6
Re: Why didn't work the "find declaration" on printf?
« Reply #4 on: July 18, 2009, 04:35:50 pm »
where could i download the nightly build?

Offline phr3ak

  • Single posting newcomer
  • *
  • Posts: 6
Re: Why didn't work the "find declaration" on printf?
« Reply #5 on: July 18, 2009, 05:00:13 pm »
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!