Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1647: C++/CLI move to source question

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
Uniwares Posted - Aug 12 2008 : 4:26:39 PM
Having a property in my .h file I am not being able to get VA to move the implementation to the source file, its simply not available.

	property bool IsConnected
	{
		bool get()
		{
			if(1 == 1)
				return true;

			return false;
		}
	}


Is that by design or an oversight? Or my fault?
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Aug 13 2008 : 09:26:09 AM
We are considering making this work:

case=7806

It is not your fault, it just does not work currently.

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