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
 1649 : change signature changes class name in .cpp
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

lbp
Starting Member

1 Posts

Posted - Oct 10 2008 :  06:57:51 AM  Show Profile  Reply with Quote
I have a class like the following (this example is not verified to cause the problem - it's a simplified example of my real class)
--- .h
namespace MNP{
class MNPmyclass{
public:
int method(int a, int b);
};
}

---.cpp
namespace MNP {
int MNPmyclass::method(int a, int b);
}


if I change the sig in anyway, i get the name of the class changed in the .cpp. It might be related to the namespace, or it might be because I have another class named the same, but without the namespace in the classname?
---.cpp
namespace MNP {
int myclass::method(int a, int b);
}

Edited by - lbp on Oct 10 2008 06:58:40 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Oct 10 2008 :  3:00:02 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=20256
Go to Top of Page

Kaylx
Junior Member

United Kingdom
23 Posts

Posted - Apr 02 2012 :  03:43:07 AM  Show Profile  Reply with Quote
Any news on this bug? I'm still getting this issue in version 10.7.1901.0 built 2012.02.28.
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Apr 02 2012 :  11:10:51 AM  Show Profile  Reply with Quote
I have good news. This has been marked as fixed internally as a post 1901 fix. It will go through internal testing and if everything is fine, it should appear in the next build.
Go to Top of Page

Kaylx
Junior Member

United Kingdom
23 Posts

Posted - Apr 04 2012 :  09:20:18 AM  Show Profile  Reply with Quote
It's been bugging me for a while so i'm glad to hear it will be fixed. :)

Again thanks for getting back to me so quickly.

Regards,
Kaylx
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Apr 11 2012 :  12:44:01 AM  Show Profile  Reply with Quote
case=20256 is fixed in build 1903
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