Gfx: D3DCompiler47 dynamic library

Created on 23 Mar 2016  路  2Comments  路  Source: gfx-rs/gfx

Currently just checking out GFX and running any example produces this error:

error while loading shared libraries: ?: cannot open shared object file: No such file or directory

This is because D3DCompiler_47.DLL (64bit) is not found for linkage, and we are using it. Perhaps, we can find a way to distribute it and copy automatically with a Makefile? It may be done together with compiling all the HLSL shaders for convenience.

P.S. Can be downloaded from http://dll-overhaul.com/file/d3dcompiler_47-x64.dll/21703.html

DirectX-11 easy user Windows ready for work bug medium

Most helpful comment

Makefile

This is Windows we're talking about. Getting make is more of a hassle than just getting D3DCompiler_47.dll.

All 2 comments

Makefile

This is Windows we're talking about. Getting make is more of a hassle than just getting D3DCompiler_47.dll.

I found this Mozilla bug thread which suggests it might be allowed to include the D3DCompiler_47.dll in our repo and redistribute it.

At the same time, I found this Windows update. From what I can tell, newer/updated versions of Windows should ship with the DLL.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kvark picture kvark  路  5Comments

mjadczak picture mjadczak  路  4Comments

seivan picture seivan  路  4Comments

djcsdy picture djcsdy  路  4Comments

kvark picture kvark  路  3Comments