Talk:SimpleExample
From SDL.NET
I noticed that by now there are some significant differences between the code snippets in this article and the actual example on the SVN (http://svn.sourceforge.net/viewvc/cs-sdl/trunk/SdlDotNet/examples/SdlDotNetExamples/SmallDemos/SimpleExample.cs?view=markup). Since I'm currently an SDL newbie, completely updating the documented example here is currently a bit beyond my grasp at the moment, but perhaps it should be considered?
Another thing I note is that while the article does mention what references are required for this example to run, it doesn't specify what using lines to include. Should a section be added for that, perhaps right below where the references are listed? Here are the current lines from the SVN.
using System; using System.Drawing; using SdlDotNet.Graphics; using SdlDotNet.Input; using SdlDotNet.Core;
The app seems to build fine without Tao.Sdl; is there any reason why that's listed in the References section?
It seems like the bit currently in the article about the third parameter to SetVideoMode might be inaccurate, but I'm not sure what the best approach to updating that would be.
CnEY?! 15:53, 12 Apr 2007 (PDT)
The tutorial is based on an earlier SDL .NET version. I read anywhere jendave wants to update all tutorials to current version 6 when he releases the final build. -- Benny 06:53, 13 Apr 2007 (PDT)
Updated tutorial. I must have overlooked this. Thanks jendave 02:07, 15 Apr 2007 (PDT)

