Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
告知
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

D3D resource create fail and crash

wang_h_1
ビギナー
914件の閲覧回数

Hi,

I have the question that if I CreateDevice of D3D on the different OS, there will get different results.

In the Win 7, when I create device to 72~75, it will create fail and  crash in the Init() function.

But in the others OS(win 8/win 10), it can create more than 200.

Can I use any tool to get the resource information about this issue.

I try to find any information from DXCapsViewer.exe, but failed, can you give me some suggestion, thanks

m_pD3D->CreateDevice(D3DADAPTER_DEFAULT, D3DDEVTYPE_HAL, hWnd, D3DCREATE_SOFTWARE_VERTEXPROCESSING | D3DCREATE_FPU_PRESERVE, &d3dpp, &m_pDevice));

Louis

 

 

0 件の賞賛
1 返信
Anna_B_Intel
従業員
914件の閲覧回数

Hi Louis,

On Win 7 only DirectX 9 is available. To create DirectX 9 device you need to connect a monitor to a the system.

Best wishes,

Anna

返信