Re: [IronPython] Direct3D IronPython Sample

2006-09-28 Thread Adam Hill
The other problem with those examples is that Managed DirectX 2.0 is dead: http://thezbuffer.com/articles/415.aspx - Managed DirectX 2.0 beta expires October 6th 2006. http://thezbuffer.com/articles/393.aspx - What is the state of Managed DirectX 2.0 beta? XNA will be the new black. Adam __

Re: [IronPython] Direct3D IronPython Sample

2006-09-28 Thread Dave Fugate
Right you are:-) Thanks for the clarification! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Leaf Garland Sent: Thursday, September 28, 2006 5:02 AM To: Discussion of IronPython Subject: Re: [IronPython] Direct3D IronPython Sample On 27/09/06, Dave

Re: [IronPython] Direct3D IronPython Sample

2006-09-28 Thread Leaf Garland
On 27/09/06, Dave Fugate <[EMAIL PROTECTED]> wrote: > Perhaps I'm mistaken but the web installer you reference (also installed on > my own PC) does not include the Direct3D 10 pre-release needed by the > sample... You're correct, there are no DirectX 10 parts in that web installer. As DirectX 1

Re: [IronPython] Direct3D IronPython Sample

2006-09-27 Thread Dave Fugate
2006 3:22 AM To: Discussion of IronPython Subject: Re: [IronPython] Direct3D IronPython Sample This is often an area of confusion for people. The DirectX core runtime has not been changed in some time but other parts of DirectX have been undergoing a bi-monthly release cycle along side the Direct

Re: [IronPython] Direct3D IronPython Sample

2006-09-27 Thread Leaf Garland
This is often an area of confusion for people. The DirectX core runtime has not been changed in some time but other parts of DirectX have been undergoing a bi-monthly release cycle along side the DirectX SDK; these other parts include the managed DirectX components. To get the latest managed Direct

Re: [IronPython] Direct3D IronPython Sample

2006-09-26 Thread Dave Fugate
] Direct3D IronPython Sample ... The reason the sample works with the SDK and not the DirectX 9.0 end-user runtimes is most likely the fact that the August DirectX SDK includes a public pre-release of Direct3D 10 as mentioned on the download page. Provided Direct3D 10's APIs do not change

Re: [IronPython] Direct3D IronPython Sample

2006-09-26 Thread Dave Fugate
PROTECTED] On Behalf Of psi Sent: Saturday, September 23, 2006 3:31 PM To: users@lists.ironpython.com Subject: Re: [IronPython] Direct3D IronPython Sample i've also found; clr.AddReferenceByPartialName("Microsoft.DirectX.Direct3D") clr.AddReferenceByPartialName("Microsoft.DirectX.Dir

Re: [IronPython] Direct3D IronPython Sample

2006-09-25 Thread Nathan R. Ernst
blies.  They won't necessarily be in the framework directory. - Original Message - From: psi <[EMAIL PROTECTED]> Date: Saturday, September 23, 2006 5:31 pm Subject: Re: [IronPython] Direct3D IronPython Sample > i've also found; > clr.AddReferenceB

Re: [IronPython] Direct3D IronPython Sample

2006-09-25 Thread psi
i've also found; clr.AddReferenceByPartialName("Microsoft.DirectX.Direct3D") clr.AddReferenceByPartialName("Microsoft.DirectX.Direct3DX") by seaching msdn for info on the missing objects/types and noting the assembly bit by bit more of the framework.py script runs, without any new downloads, howe

Re: [IronPython] Direct3D IronPython Sample

2006-09-22 Thread Nathan R. Ernst
IronPython] Direct3D IronPython Sample Dave Fugate wrote: > I believe you'll need the full SDK. If you try running the samples with only the DirectX runtime you'll see something similar to the following: > >ipy.exe demo1.py >Traceback (most recent call last): > Fil

Re: [IronPython] Direct3D IronPython Sample

2006-09-22 Thread drew moore
Dave Fugate wrote: > I believe you'll need the full SDK. If you try running the samples with only > the DirectX runtime you'll see something similar to the following: > >ipy.exe demo1.py >Traceback (most recent call last): > File E:\Ip\IronPython\Samples\Direct3D\demo1.py, line 17, in

Re: [IronPython] Direct3D IronPython Sample

2006-09-22 Thread Dave Fugate
September 20, 2006 1:39 PM To: users@lists.ironpython.com Subject: Re: [IronPython] Direct3D IronPython Sample this requires the directx sdk, which is 500mb, but if you only want to run it, cant you get away with just the microsoft.directx assembly and

Re: [IronPython] Direct3D IronPython Sample

2006-09-22 Thread psi
this requires the directx sdk, which is 500mb, but if you only want to run it, cant you get away with just the microsoft.directx assembly and the directx runtime? ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/

[IronPython] Direct3D IronPython Sample

2006-09-19 Thread Dave Fugate
We’re happy to announce the release of another sample, Direct3D, which provides a step-by-step, comprehensive tutorial on creating graphical applications using managed DirectX API(s) from IronPython.   The sample can be downloaded from http://www.codeplex.com/Release/ProjectReleases.aspx?