Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 a bug about [changeSignature]

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
jzq740176597 Posted - Nov 24 2012 : 01:03:40 AM
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;
3   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Nov 18 2013 : 3:17:59 PM
Change Signature was overhauled in build 2007.
case=9327 is fixed in build 2007.
jzq740176597 Posted - Nov 27 2012 : 02:21:10 AM
Thanks!
Best wishes!
accord Posted - Nov 26 2012 : 4:37:49 PM
I am seeing the same effect here. Thank you for the clear description:

case=9327

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