rawRead linker error
Joseph Rushton Wakeling via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Jun 1 10:06:52 PDT 2014
On 01/06/14 19:04, Joseph Rushton Wakeling via Digitalmars-d-learn wrote:
> Passing a regular array as the buffer doesn't cause any issues
In fact it seems to be a problem to pass any array other than a ubyte array; for
example a ulong[] array is problematic. The problem vanishes if the -inline
option is not used.
More information about the Digitalmars-d-learn
mailing list