<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
I was talking about the name/namespace thing .NET uses.<br>
All of it's classes are referenced like that, like in Java.<br>
(I think it's called Assembly Name, not sure though)<br>
And I've only got understandable DirectX documentation for .NET, so it
would be much easier for me to use it this way.<br>
Ah, well...<br>
<br>
Katsmall the Wise<br>
<br>
Paul Steckler wrote:<br>
<blockquote type="cite"
cite="mid000601c3035a$51d96ed0$70730a81@NORTHEASDX5RFA">
<pre wrap=""> For list-related administrative tasks:
<a class="moz-txt-link-freetext" href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a>
</pre>
<blockquote type="cite">
<pre wrap="">Is it possible to create a class from a name like
"Microsoft.DirectX.Device"?
cci/coclass says Coclass Microsoft.DirectX.Device not found
and cci/progid says cocreate-instance-from-progid: Error retrieving
CLSID from ProgID Microsoft.DirectX.Device, code = 800401F3: Invalid
class string
</pre>
</blockquote>
<pre wrap=""><!---->
To find out what COM classes are on your system, use
(com-all-coclasses)
Be prepared for a very long list!
On my Win2K box, I don't have anything like the class you
mention. There is a DirectX version 8 COM class, but it
doesn't have any dispatch interfaces, so it can't be used
by MysterX (in its current form).
-- Paul
</pre>
</blockquote>
</body>
</html>