News:

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

Main Menu

[REGRESSION] Current file's symbols

Started by hakim, April 24, 2010, 07:20:10 PM

Previous topic - Next topic

hakim

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

ollydbg

Quote from: hakim 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

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.

hakim

Quote from: ollydbg on August 03, 2010, 04:41:00 PM
Quote from: hakim 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

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?
.
QuoteBTW: 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.