Re: [Monobotics-develop] X10Timer.cs use of d.value__ not supported on.NET
Brought to you by:
buhochileno
From: <buh...@gm...> - 2010-04-05 16:54:44
|
Excelent!, thanks, we just need to learn how to deal with patch files to not replace the entire file and also allow you to commit your changes directly to our repository after a review.. Cheers, Mauricio On 04/05/2010 09:55 AM, Jaime Alvarado Hotmail wrote: > > The solution. > I fix the problem. > -------------------------------------------------- > From: "buh...@gm..." <buh...@gm...> > Sent: Sunday, April 04, 2010 6:35 PM > To: "monoBOTICS Developers" <mon...@li...> > Subject: [Monobotics-develop] X10Timer.cs use of d.value__ not > supported on.NET > >> Jaime: >> >> In X10Timer.cs code file a ".value__" is used, but it is not supported >> on .NET, we need to check what that do to replaced with something more >> standard. >> >> Here is a example where is used: >> >> // X10Timer.cs about line 353 >> foreach( DayOfWeek d in this.daysOfWeek ) >> temp += Convert.ToByte( 1 << d.value__ ); //TODO: check >> this!!! >> >> >> Can you check this and please changed to something more standard, >> probably some property not ended by "__" :-) >> >> Thanks >> >> Mauricio >> >> > > > >> ------------------------------------------------------------------------------ >> >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev > > > >> _______________________________________________ >> Monobotics-develop mailing list >> Mon...@li... >> https://lists.sourceforge.net/lists/listinfo/monobotics-develop >> |