Page 1 of 1

DX /MT libs

Posted: September 24th, 2020, 6:37 pm
by ZoriaRPG
Does anyone have either the full source for DirectX or the following libs as /MT
ddraw.lib
dinput8.lib
dsound.lib
dxguid.lib

We're trying to build the latest allegro 4, and it is brutal.

Re: DX /MT libs

Posted: September 27th, 2020, 5:33 pm
by William
dinput8 and dsound can be found in the Windows SDK.
dxguid.lib can be found in the DirectX SDK.
A compatible version of ddraw.lib is generated by the build process for DXGL.

All these libraries simply represent Win32 APIs, and thus should not be affected by the /MT build option.

DXGL is currently only available as a DLL and not a static library, and the remaining two APIs refer to Windows DLLs.