DX /MT libs

Discuss development and code patches for DXGL.
Post Reply
ZoriaRPG
Posts: 23
Joined: October 8th, 2017, 7:25 pm
Location: Prydon Academy, Gallifrey
Contact:

DX /MT libs

Post 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.
William
Site Admin
Posts: 178
Joined: November 19th, 2011, 5:08 pm
Contact:

Re: DX /MT libs

Post 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.
Post Reply