Quote Originally Posted by Thyandyr View Post
All examples compile but when running them they ask for d3dx10d_43.dll which is not on my computer (Windows 10 64-bit)

Ok I changed target from debug to release. Now it says DX12.D3DX10 cannot be found... but it is in the headers folder. Oh had to set search path for Release. Now it is back to the exe asking for DX12.D3DX10
The file d3dx10d_43.dll should be the debug build of d3dx10_43.dll. I think you can get by installing the DirectX End-user runtime installer - https://www.microsoft.com/en-us/down...ils.aspx?id=35

If you've downloaded or pulled the entire repository please note that "headers" directory is removed and the headers are now contained in "DelphiDX12\Units". Your include path should be "..\DelphiDX12\Units"