Re: [IronPython] IronPython 1.1.1 wish-list?

2008-01-07 Thread Dino Viehland
We hope to have an RC sometime soon and the final release will probably be later this month or early February. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kamil Dworakowski Sent: Saturday, January 05, 2008 2:53 PM To: Discussion of IronPython

Re: [IronPython] Newbie questions. . .

2008-01-07 Thread FireNWater
OK, I'm making progress. . . at least now I'm getting an error in a dialogue box, and actually got it to work once this morning!! I have updated the DirectX SDK to the November 2007 version and the Direct X version on my computer is 9.0. I also have the .NET SDK 2.0 installed.

Re: [IronPython] Newbie questions. . .

2008-01-07 Thread Dave Fugate
The Prerequisites section of the readme.htm distributed with the Direct3D sample contains info on fixing this (i.e., using Managed DirectX 1 instead of the 2.0 Beta). Basically please replace all occurrences of: clr.AddReference(Microsoft.DirectX) with:

Re: [IronPython] Encoding Issue with Hex

2008-01-07 Thread Davy Mitchell
Thanks for the workaround Seo :-) On Jan 7, 2008 12:00 AM, Sanghyeon Seo [EMAIL PROTECTED] wrote: 2008/1/7, Davy Mitchell [EMAIL PROTECTED]: There's a few encoding issues on CodePlex. Does this fall under one of them? IronPython console: IronPython 2.0A6 (2.0.11102.00) on .NET

Re: [IronPython] Newbie questions. . .

2008-01-07 Thread Keith Hoard
Thanks, Dave. At first I was wondering how I missed it, so I went back and re-downloaded the Direct3D samples ZIP files. When I unzipped it, there it was in the prereques section, clear as day. However, the readme file I was using was dated September 16, 2006, 12:36:38 PM and doesn't have those