On Thursday, 6 December 2018 at 14:09:34 UTC, Jedzia wrote:
On Wednesday, 5 December 2018 at 12:00:45 UTC, Andre Pany wrote:
[...]

Thank you Andre, but that refers to ddox which is badly applicable under windows, thanks to the "Unexpected OPTLINK Termination at EIP=....." problem. A solution to this is building ddox from the repository with `dub build --arch=x86_64`. With ´dub build --arch=x86_64 -b ddox´ in the minimal app above and your filter added(and without), the ddox build fails with the above error. For reasons I don't know it seems that ddox is build as 32bit app and OPTILINK fails. The solution for this is to point dub to my successful built 64bit ddox ... which I don't know how to do. If someone can clarify this? Thanks.

[...]

With next version of dub, also ddox respects the architecture.
https://github.com/dlang/dub/pull/1588

Yes, we should adapt the documentation and add a dub docs command.

Kind regards
Andre

Reply via email to