On Windows next code work fine: int len = fullimgurl.length;
On Linux DMD get error that:Error: cannot implicitly convert expression (fullimgurl.length) of type ulong to int
Why on every OS length have different size?
Suliman via Digitalmars-d-learn Mon, 29 Feb 2016 03:11:34 -0800
On Windows next code work fine: int len = fullimgurl.length;
On Linux DMD get error that:Error: cannot implicitly convert expression (fullimgurl.length) of type ulong to int
Why on every OS length have different size?