Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 C++/CLI: "Create Implementation"

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
dgehri Posted - Jul 31 2007 : 08:32:20 AM
Hello,

When programming in C++/CLI, I noticed that VA.X incorrectly determines the class name of "abstract" or "sealed" classes:

public ref class Arc sealed : public Shape
{
public:
    void test();
};


When clicking on "test()" and selecting "Create Implementation", VA.X generates:


void sealed::test()
{

}


- Daniel
4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Feb 29 2012 : 1:23:45 PM
case=3293 is fixed in build 1901
feline Posted - Jul 31 2007 : 12:18:09 PM
Well that's good news

If you run into a similar problem with another keyword the same workaround should fix it.
dgehri Posted - Jul 31 2007 : 10:18:55 AM
Sorry, no problem with abstract either. Thanks a lot for the workaround!
feline Posted - Jul 31 2007 : 10:01:39 AM
I am seeing the same effect here with "sealed" classes. Thank you for the clear description.

case=3293

However I cannot reproduce any problems with "abstract" classes. Does this only happen under some specific conditions?

As a temporary work around edit VA's "StdAfx.h" file as explained in this FAQ entry:

http://docs.wholetomato.com?W302

and add the entry:

#define sealed

at the bottom. This file is used to help VA's parser with difficult code, and can be used to work around odd effects. After modifying this file you need to rebuild the VA symbol database for the changes to take effect:

VA Options -> Performance -> General -> Rebuild symbol databases

I have tested this with your example and the it works for me in VS2005 with VA 1559.

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