Dear MITK-Developers, I'm new to MITK and met a problem, which I couldn't fix on my own yet. I'm using the latest version of MITK (via Subversion) compiled without any errors and the IDE
Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 SP2 Installed Edition: Professional When I try to modify one of the tutorial files like Step2.cpp I get the following problem with VS Intellisense. Until codeline 37, right before "mitk::DataTree::Pointer tree=mitk::DataTree::New();", VS Intellisense works fine. While adding a new line in front of this codeline like "mitk:: " VS Intellisense still works fine and gives me information about members or parameters. But if I try to add a new line after this one, VS Intellisense doesn't give me information anymore and I get the message in the status line "Intellisense: 'No additional information available.' (see 'Troubleshooting Intellisense in C++ Projects'). I already deleted the .ncb file, but the described problem stays and is reproducible. If I try to add a new .cpp file to one of the tutorial projects, I can write code and use intellisense until the first use of some mitk-code like "mitk:: ". After adding a line like this, Intellisense doesn't want to work anymore (not for QT, not for itk, vtk, mitk, not for C++-code). The following links show two screenshots of the described problem: ftp://3d-labor.math.tu-berlin.de/mitk_intellisense1.jpg ftp://3d-labor.math.tu-berlin.de/mitk_intellisense2.jpg Is there anyone who already met this problem or even better, does anybody know how to fix it? Thanks in advance! Best, Ines ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
