Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 finally keyword underlined red

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
daniel.hampe Posted - Aug 10 2006 : 03:50:18 AM
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
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 27 2006 : 7:13:52 PM
Fixed in build 1533.
rhummer Posted - Aug 10 2006 : 10:51:48 PM
I am seeing the same thing, though I get it underlined with the try/catch/finally block too.

case=2031

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000