Calling a cpp function from d

John Chapman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 17 01:25:04 PDT 2015


On Tuesday, 16 June 2015 at 12:42:16 UTC, C2D wrote:
> On Tuesday, 16 June 2015 at 12:31:23 UTC, John Chapman wrote:
>> On Tuesday, 16 June 2015 at 12:26:45 UTC, C2D wrote:
>>> BOOL result = SHGetFolderPath(null, 0x23, null, 0, cache.ptr);
>>
>> That should be:
>>
>> BOOL result = SHGetFolderPath(null, 0x23, null, 0, buf.ptr);
>
> Thanks, but I'm still getting the same error -

Use SHGetFolderPathW.


More information about the Digitalmars-d-learn mailing list