百度云资源兄贵比利:Mismactch DirectX Version

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/28 11:56:22
Mismactch DirectX Version什么意思啊?

通过DirectOS xtra插件便可得到DirectX version
on GetDirectXVersion
vDirectX = dosReadReg ("HKEY_LOCAL_MACHINE", "Software\Microsoft\DirectX", "Version")
if (vDirectX = "") then
if (dosGetLastError()) then
put "Can't obtain the DirectX version. DirectX may not be installed, error # "&dosGetLastError()
else
put "DirectX version information is not stored as expected."
end if
exit
end if
set the itemDelimiter to "."
put "DirectX version is " & item 2 of vDirectX & "." & item 3 of vDirectX
end