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
 Minor Problem with Move Implementation
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

obricker
New Member

USA
7 Posts

Posted - Oct 12 2006 :  3:21:59 PM  Show Profile  Reply with Quote
It seems there are still a couple minor bugs with MoveImple when dealing with COM methods.

STDMETHOD(GetSettingChangeList)( /*[out, retval]*/ BSTR * ChangeList )
{
ASSERT(0);
return E_NOTIMPL;
}
produces this in cpp:
STDMETHODIMP CPathResultsScenario::GetSettingChangeList( /*[out,*/ retval]*/ BSTR * ChangeList )
{
ASSERT(0);
return E_NOTIMPL;
}

Note the extra comment closure after the comma. It seems to happen whenever there is a comma in a comment in that location.

void test( /*[out, retval]*/ LONG tester)
{

}

gives the same result.

jpizzi
Tomato Guru

USA
642 Posts

Posted - Oct 13 2006 :  12:45:46 AM  Show Profile  Reply with Quote
Already reported in this thread:

http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=5430

case=2970

Joe Pizzi
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