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
 Create Implementation not always correct
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

cblessing
New Member

United Kingdom
4 Posts

Posted - Aug 12 2016 :  11:23:00 AM  Show Profile  Reply with Quote
Hi,

I haven't managed to reproduce this reliably yet, but it keeps happening. Create a class with several function headers, and then quickly create an implementation for each function. E.g.
class a
{
  void b();
  int c() const;
  float d();
};

Sometimes the resulting code creates an implementation with the name of the previously created function, although the types appear to be correct. E.g.
void a::b()
{
}

int a::b() const
{
}

As I mentioned, this doesn't happen every time, so I haven't been able to identify a 100% reproducible set of steps I'm afraid.

VA_X.dll file version 10.9.2108.0 built 2016.08.01
Windows 8 6.2 Build 9200

Edited by - cblessing on Aug 12 2016 11:24:00 AM

ChrisG
Whole Tomato Software

USA
299 Posts

Posted - Aug 12 2016 :  1:08:58 PM  Show Profile  Reply with Quote
Hello cblessing,

Having a little trouble reproducing this myself.

How fast are you triggering the create implementations? It might be difficult to reproduce because it's hard to trigger create implementation back to back fast enough.

Can you reproduce the issue in a default Win32 application with a test class .h and .cpp added to it?
Go to Top of Page

cblessing
New Member

United Kingdom
4 Posts

Posted - Aug 15 2016 :  05:28:43 AM  Show Profile  Reply with Quote
Hi ChrisG,

Typically, I can't reproduce it I'm afraid. I shall make some more notes next time it happens - there are probably some very specific set of circumstances that lead to it occurring.
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