Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Macros make refactoring not work

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
pwc Posted - Feb 12 2008 : 12:46:01 PM
class Test
{
STDMETHOD(Method1)();
virtual HRESULT Method2();
};

Rt-click "Method1" - there's no "Create Implementation" available on the refactor menu.

Build 1626 with VC9.

Thanks
6   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 21 2011 : 12:13:17 PM
I am seeing the same effect here. Thank you for the clear description.

case=58889
pwc Posted - Jul 20 2011 : 10:41:46 AM
I can confirm that this now works. Thanks very much.

There is one minor issue remaining:


class CShape : public IShape
{
    virtual STDMETHODIMP f1();
    STDMETHOD(f2)();
};

STDMETHODIMP CShape::f1()
{

}

STDMETHODIMP CShape::f2()
{
    return S_OK;
}



I did 'create implementation' on both methods. Note the first method's implementation is missing a 'return S_OK;'

Thanks.
Paul
support Posted - Jul 20 2011 : 01:53:32 AM
case=12800 is fixed in build 1854
feline Posted - Dec 03 2009 : 11:49:10 AM
This FAQ explains the case numbers:

http://docs.wholetomato.com?W318

Unfortunately there is no progress to report on this case yet. Some macro code in C++ is very difficult to parse by VA.
pwc Posted - Dec 02 2009 : 5:03:11 PM
Is there a way to check the status of these case numbers?

Thanks.
feline Posted - Feb 12 2008 : 4:01:52 PM
I am seeing the same effect here. Thank you for the clear description.

case=12800

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