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.
DX /MT libs
Re: DX /MT libs
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.
Topic is locked as it is no longer relevant to DXGL; the application in question no longer uses DirectX as of version 2.55.
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.
Topic is locked as it is no longer relevant to DXGL; the application in question no longer uses DirectX as of version 2.55.