Ok,then dfl can work on 64 bit now.
Re: 'int' is enough for 'length' to migrate code from x86 to x64
Frank Like via Digitalmars-d Wed, 26 Nov 2014 01:01:29 -0800
when I migrate dfl codes from x86 to 64 bit,modify the drawing.d
,find the 'offset' and 'index',point(x,y),rect(x,y....),all be
keep with the 'lengh's type, so I don't modify them to
size_t,only cast(int)length to int,then it's easy to migrate dfl
codes to 64 bit.
- Re: 'int' is enough for 'length' to ... Don via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Andrei Alexandrescu via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Don via Digitalmars-d
- Re: 'int' is enough for 'length' to ... bearophile via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Kagamin via Digitalmars-d
- Re: 'int' is enough for 'length' to ... via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Kagamin via Digitalmars-d
- Re: 'int' is enough for 'length' to ... via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Kagamin via Digitalmars-d
- Re: 'int' is enough for 'length' to ... via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Frank Like via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Kagamin via Digitalmars-d
- Re: 'int' is enough for 'length' to ... via Digitalmars-d
- Re: 'int' is enough for 'length' to ... bearophile via Digitalmars-d
- Re: 'int' is enough for 'length' to ... ketmar via Digitalmars-d
- Re: 'int' is enough for 'length' to ... ketmar via Digitalmars-d
- Re: 'int' is enough for 'length' to ... via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Matthias Bentrup via Digitalmars-d
- Re: 'int' is enough for 'length' to ... via Digitalmars-d
- Re: 'int' is enough for 'length' to ... via Digitalmars-d
- Re: 'int' is enough for 'length' to ... Matthias Bentrup via Digitalmars-d