Re: Mimicking IID_PPV_ARGS

2018-08-29 Thread Cody Duncan via Digitalmars-d-learn
On Wednesday, 29 August 2018 at 16:17:13 UTC, Steven Schveighoffer wrote: On 8/29/18 5:51 AM, Cody Duncan wrote: From C++ #define IID_PPV_ARGS(ppType) __uuidof(**(ppType)), IID_PPV_ARGS_Helper(ppType) //ComPtr version ComPtr debugController; if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS

Mimicking IID_PPV_ARGS

2018-08-29 Thread Cody Duncan via Digitalmars-d-learn
From C++ #define IID_PPV_ARGS(ppType) __uuidof(**(ppType)), IID_PPV_ARGS_Helper(ppType) //ComPtr version ComPtr debugController; if (SUCCEEDED(D3D12GetDebugInterface(IID_PPV_ARGS(&debugController { // do stuff } //Raw Pointer Version ID3D12Debug* debugController; if (SUCCEEDED(D

Re: workspace-d dsymbol Visual Code macOS

2018-02-12 Thread Cody Duncan via Digitalmars-d-learn
On Monday, 12 February 2018 at 14:06:49 UTC, Lucia wrote: On Tuesday, 6 February 2018 at 21:25:27 UTC, Joel wrote: [snip] On Tuesday, 6 February 2018 at 20:59:54 UTC, WebFreak001 wrote: can you try git clone https://github.com/Pure-D/workspace-d.git cd workspace-d dub upgrade dub build and t