Dear Ines,

VS IntelliSense does not support smart-pointers. The MITK DataTree inherits 
from ITK and thus is a smart-pointer object.
Some of our team members use visual assist (http://www.wholetomato.com/), which 
overs several VS UI-improvements, but as far as I know, smart-pointer still 
pose a problem. 

Also, you should upgrade to VS 2005 8.0.50727.762, there are some known issues 
with intelli sense under VS 2005 
(http://blogs.msdn.com/dparys/archive/2007/11/29/vc-intellisense-fix-f-r-visual-studio-2005-sp1.aspx)


Regards,

Dr. Matthias Baumhauer                      Phone:  (+49) 6221/42-2328
Deutsches Krebsforschungszentrum        Fax:    (+49) 6221/42-2345
Div. Medical and Biological Informatics (E130)
Im Neuenheimer Feld 280                 email:  [email protected]
D-69120 Heidelberg, Germany             http://www.dkfz-heidelberg.de/de/mbi
  


-----Original Message-----
From: Ines Putz [mailto:[email protected]] 
Sent: Tuesday, March 17, 2009 12:57 PM
To: [email protected]
Subject: Re: [mitk-users] Problem with MITK and Visual Studio 2005Intellisense

Dear MITK-Developers,

I still have the described problem. So I would be pleased, if anybody 
has an idea how to fix it? Unfortunately I got no answer until now.

Thanks in advance!

Best, Ines

Ines Putz schrieb:
> 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
> 


-- 
Dipl.-Inf. Ines Putz                    
   Technische Universitaet Berlin  | Tel.: +49 (0)30 - 314 78 559
   Institut fuer Mathematik        | Fax:  +49 (0)30 - 314 29 260
   Sekr. MA 3-2                    |
   Strasse des 17. Juni 136        | Email: [email protected]
   D-10623 Berlin                  | http://www.math.tu-berlin.de/3dlabor

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to