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
 Feature Requests
 Issue with move implementation to file
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

loony
New Member

Norway
5 Posts

Posted - Oct 31 2011 :  5:33:51 PM  Show Profile  Reply with Quote
Hi there.. If I organize my constructor like this in my .h file the move implementation to implementation file is disabled and the create implementaition is enabled..

Polypoint(float* vertices)
	:
	Renderable(PT_POLYPOINTS)
{
}


Edited by - loony on Oct 31 2011 5:34:13 PM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Oct 31 2011 :  6:50:23 PM  Show Profile  Reply with Quote
What Visual Studio and Visual Assist versions are you using?
I wasn't able to reproduce your problem so far, using VS2010 and VS1859. Something is triggering the problem for you but it may not be the formatting. "Move implementation to Source" wasn't grayed out for me using the following code:

class Polypoint
{
	Polypoint(float* verticles)
		:
		Renderable(PT_POLYPOINTS)
	{

	}
};

Can you please try creating a clean new win32 project and try whether the above sample triggers the problem for you?

Edited by - accord on Oct 31 2011 6:51:16 PM
Go to Top of Page

loony
New Member

Norway
5 Posts

Posted - Nov 01 2011 :  2:04:14 PM  Show Profile  Reply with Quote
hmm.. its working now..
I deleted the sdf file and cleared the history and rebuilt the symbol db and restarted vs and it still didnt work yesterday, but now its working? Rebooted since yesterday.. maybe something with that?
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Nov 02 2011 :  11:40:27 AM  Show Profile  Reply with Quote
Since rebooting helped it is just possible you had a "dead" or "hung" IDE instance in the background that was causing problems, but off hand I have no idea why this would cause a problem like this.

I am glad this is now working, and I hope it stays fixed.

zen is the art of being at one with the two'ness
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