Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 finally keyword underlined red
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

daniel.hampe
Junior Member

Germany
21 Posts

Posted - Aug 10 2006 :  03:50:18 AM  Show Profile  Reply with Quote
Hello,

I am using VAX 1531 and VS2005 Pro German. If I write the following code (C++/CLI), the "finally" keyword is underlined as unknown/wrong sympol/expression, but it shouldn't:

try
{
    // do something
}
finally
{
    // do cleanup
}


only if I add a catch-block, finally is not underlined:

try
{
    // do something
}
catch(Exception ^)
{
    // handle exception
}
finally
{
    // do cleanup
}


Regards Daniel

rhummer
Tomato Guru

USA
527 Posts

Posted - Aug 10 2006 :  10:51:48 PM  Show Profile  Reply with Quote
I am seeing the same thing, though I get it underlined with the try/catch/finally block too.

case=2031

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Aug 27 2006 :  7:13:52 PM  Show Profile  Reply with Quote
Fixed in build 1533.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000