Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: 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
-
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:
(http://i683.photobucket.com/albums/vv194/ollydbg_cb/2010-08-03223853.png)
-
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?
.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.