Author Topic: [REGRESSION] Current file's symbols  (Read 4778 times)

Offline hakim

  • Single posting newcomer
  • *
  • Posts: 9
[REGRESSION] Current file's symbols
« on: April 24, 2010, 07:20:10 pm »
Classes are not shown in "current file's symbols" when viewing *.cpp files from the following project:
http://www.mediafire.com/file/wmthumjolyi/Text.tar.bz2

Project generated with cmake. C::B version: SVN 6203

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: [REGRESSION] Current file's symbols
« Reply #1 on: August 03, 2010, 04:41:00 pm »
Classes are not shown in "current file's symbols" when viewing *.cpp files from the following project:
http://www.mediafire.com/file/wmthumjolyi/Text.tar.bz2

Project generated with cmake. C::B version: SVN 6203

hello, I just test your project with the latest cc branch and patch from loaden, it works fine.
BTW: when I open the cbp file, there is no src and header file in the cbp, I need to manually add them. see the screen shot:

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 hakim

  • Single posting newcomer
  • *
  • Posts: 9
Re: [REGRESSION] Current file's symbols
« Reply #2 on: August 03, 2010, 07:39:08 pm »
Classes are not shown in "current file's symbols" when viewing *.cpp files from the following project:
http://www.mediafire.com/file/wmthumjolyi/Text.tar.bz2

Project generated with cmake. C::B version: SVN 6203

hello, I just test your project with the latest cc branch and patch from loaden, it works fine.

Haven't tried svn builds for awhile, so it might be fixed already. Anyway, what was the revision you tested and which loaden's patch do you have in mind?
.
Quote
BTW: when I open the cbp file, there is no src and header file in the cbp, I need to manually add them. see the screen shot:
The project was generated with cmake. Header files are not included because they are not in the same folder as implementation files, but "src" should be there.