Re: [Mingw-w64-public] undefined reference to IID_*

2022-06-17 Thread Vincent Torri
hello pass -luuid to gcc (at least for d3d11. I pass dxguid.lib to the visual studio linker Vincent On Fri, Jun 17, 2022 at 8:09 PM Maarten ten Velden wrote: > > I tried to use &IID_ID3D12Device and link with -ldxguid, sort of as suggested > here.. > https://github.com/microsoft/DirectX-Graphi

[Mingw-w64-public] undefined reference to IID_*

2022-06-17 Thread Maarten ten Velden
I tried to use &IID_ID3D12Device and link with -ldxguid, sort of as suggested here.. https://github.com/microsoft/DirectX-Graphics-Samples/issues/567 .. yet with/without -ldxguid the error undefined reference to `IID_ID3D12Device' occurs either way. mingw version is 11.2.0.07112021 from chocolat