using wkhtmltopdf with D

sarn sarn at theartofmachinery.com
Mon May 28 02:10:48 UTC 2018


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?


More information about the Digitalmars-d-learn mailing list