<BODY><P></P>
<P>The MSDN docs should tell you what namespace and assembly a particular class is in (there's a requirements section in the class overview that lists this.&nbsp; e.g. String is at <A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemstringclasstopic.asp">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemstringclasstopic.asp</A>).</P>
<P>You should check the GAC for the required assemblies.&nbsp; They won't necessarily be in the framework directory.</P>
<P><B>----- Original Message -----</B></P>
<P></P><B>From</B>: psi &lt;psiplace@netscape.net&gt;
<P></P><B>Date</B>: Saturday, September 23, 2006 5:31 pm
<P></P><B>Subject</B>: Re: [IronPython] Direct3D IronPython Sample
<P></P>
<P></P>&gt; i've also found; <BR>&gt; clr.AddReferenceByPartialName("Microsoft.DirectX.Direct3D") <BR>&gt; clr.AddReferenceByPartialName("Microsoft.DirectX.Direct3DX") <BR>&gt; <BR>&gt; by seaching msdn for info on the missing objects/types and noting the <BR>&gt; assembly <BR>&gt; <BR>&gt; bit by bit more of the framework.py script runs, without any new <BR>&gt; downloads, however; <BR>&gt; <BR>&gt; the next missing object/type is Direct3D.PresentParameters, which <BR>&gt; is in <BR>&gt; Microsoft.WindowsMobile.Directx.dll ??? along with Direct3D.Device, <BR>&gt; (also required) <BR>&gt; <BR>&gt; my machine has Microsoft.WindowsMobile.Directx.xml (in the .net 2 <BR>&gt; directory ) but not the dll. <BR>&gt; <BR>&gt; and this seems to be part of Microsoft Windows CE .NET 4.2 ??? <BR>&gt; <BR>&gt; have to say there seems to be a story here but im blowed if i can see <BR>&gt; it, does anyone have any idea what this is all about? <BR>&gt; <BR>&gt; ________________________________________
_______ <BR>&gt; users mailing list <BR>&gt; users@lists.ironpython.com <BR>&gt; http://lists.ironpython.com/listinfo.cgi/users-ironpython.com <BR>&gt; </BODY>