Greg Cotten

Results 115 comments of Greg Cotten

Can't reproduce this. Are you using the newest version?

https://github.com/compnerd/swift-com/issues/64

@compnerd I am successfully running Swift 5.7.1 Release on Windows and have no issue using WinSDK in Swift. Running `swift build` from command prompt. VS 2019 Community is installed.

no, this is just from cloning your repo and calling `swift build` or `swift test`

``` compnerd.org Swift version 5.7.1 (swift-5.7.1-RELEASE) Target: x86_64-unknown-windows-msvc ```

Windows SDK 10.1.19041.685 (EDIT: or 10.0.19041.685 ?!?!?!) Is there an easier way to get the Windows SDK version than having to look in Add/Remove Programs? Perhaps from the command line?

@compnerd How would Windows developers usually handle a situation like this? Sorry, I'm new to the nightmare!

From C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\um\d3d12.h ```c typedef struct ID3D12CommandQueueVtbl { BEGIN_INTERFACE HRESULT ( STDMETHODCALLTYPE *QueryInterface )( ID3D12CommandQueue * This, REFIID riid, _COM_Outptr_ void **ppvObject); ULONG ( STDMETHODCALLTYPE *AddRef )( ID3D12CommandQueue...

I'm now completely in uncharted territory here... I am not on Windows 11 (I assume that doesn't actually matter) - where do I go about downloading this specific SDK version?

OK downloading now... How do I specify which Windows SDK I want to use during `swift build` on Command Prompt / Powershell?