Dear Sir,
I've tried to compile SharpOS with VS 2010 (source has been downloaded from sourceforge.net (zip file)) unsuccessfully.
Two images has been made to show the error.
Am I'm doing something wrong ?
The main reason why I'm doing this is that I would (maybe) enroll a subject named "Embedded OS-es" which is dealing with building operating systems from entry-level and I'm considering as an option to use C# and AOT as tools for accomplishing this.
But it would be great if I could first compile it... :)
...and sorry for my bad English
Thank You
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
SharpOS-Developers mailing list
SharpOS-D...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers
IL has remained unchanged since .NET 2.0. Extension methods are just compiler metadata (1 single attribute, together with source compiler support), LINQ are just extension methods with source compiler support, .net 4.0 dynamic objects is all implemented using .net extension methods, so might be something else..