On 6/2/06, Paul Vincent Craven <[EMAIL PROTECTED]> wrote: > Make sure you have the C++ indexer turned on for the project. Also make > sure that the files are listed as a 'source folder' as opposed to a > regular folder. If a file is indexed, you should be able to see an > outline of it in the outline window. >
Thanks, finally I got it. I'd tried to import source files into default project folder but it didn't work. Now I create a new project with "project contents" is the source folder (ns-2.29). It works. Those are steps that I followed: ==================== Create new projects from existing source roots If your resource code is not managed in CVS but is available from the file system, then you need to perform two steps: 1. Identify a "root folder" of your source code tree. 2. Create a new C/C++ project using the New Project Wizard, and specify the "root folder" as a non-default location of the new project. Typically existing projects will have their own makefiles, so you should create a new Standard Make C/C++ project. For more information see Creating a project and Working with C/C++ project files. ==================== With kind regards, -- Hai-Nam NGUYEN http://www.jcisio.com
