using wkhtmltopdf with D

Dr.No jckj33 at gmail.com
Mon May 28 21:05:00 UTC 2018


On Monday, 28 May 2018 at 02:10:48 UTC, sarn wrote:
> On Monday, 28 May 2018 at 01:28:10 UTC, Dr.No wrote:
>> What's likely the reason of the crash? mismatch between D and 
>> C memory alignment?
>
> From an ABI point of view, the raw pointers won't care about 
> the memory structure they point to.  The function call is the 
> only thing that depends on the binary interface.
>
> If you translate the code into C, does it work?

Yep, the C version work just fine.


More information about the Digitalmars-d-learn mailing list