Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Issue with move implementation to file

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
loony Posted - Oct 31 2011 : 5:33:51 PM
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)
{
}

3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Nov 02 2011 : 11:40:27 AM
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.
loony Posted - Nov 01 2011 : 2:04:14 PM
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?
accord Posted - Oct 31 2011 : 6:50:23 PM
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?

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