Reading Dicom files in Dlang
Rnd
r_narang at yahoo.com
Mon Jun 3 14:19:40 UTC 2019
On Friday, 31 May 2019 at 16:43:28 UTC, rnd wrote:
> On Friday, 31 May 2019 at 13:49:02 UTC, KnightMare wrote:
>>> struct Range {
>>> private __vector(ushort) _outer;
>>> private size_t _a, _b;
>>>
>>> this(vector(ushort) data, size_t a, size_t b) { //
>>> <<<<<<<< line 457
>>> _outer = data;
>>> _a = a;
>>> _b = b;
>>> }
>>
>> imo problem is in string
>> private __vector(ushort)_outer;
>> it looks like template(vector!ushort) or function or this is
>> vector from core.simd
>> and replacing it to private long _outer; fix the problem
>> paste code imebra.d and imebra_im.d to someplace
>
> Best to download it from https://imebra.com/get-it/ so that all
> files are available to you.
I am still waiting for someone to help me with this.
Can we directly call C functions from D without going through
swig?
More information about the Digitalmars-d-learn
mailing list