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
 a bug about [changeSignature]
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jzq740176597
Tomato Guru

China
329 Posts

Posted - Nov 24 2012 :  01:03:40 AM  Show Profile  Reply with Quote
declare in .h file
(1)
void Fu::Init(int b,int h);

imp in cpp file
(2)
void Fu::Init(int B,int h)
{
  m_1=B; //implicit replace B with b,but missing change B
  m_H=h;
}

[changeSignature] on Init(Imp line)

To change second parameter h to int H.

After that,the imp line and declare both become:
void Fu::Init(int b,int H);


But the m_1=B; B is invalid symbol.
it should be automatic change :like m_1=b;

Creation come from persist!

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Nov 26 2012 :  4:37:49 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description:

case=9327
Go to Top of Page

jzq740176597
Tomato Guru

China
329 Posts

Posted - Nov 27 2012 :  02:21:10 AM  Show Profile  Reply with Quote
Thanks!
Best wishes!

Creation come from persist!
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Nov 18 2013 :  3:17:59 PM  Show Profile  Reply with Quote
Change Signature was overhauled in build 2007.
case=9327 is fixed in build 2007.
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