On Tuesday, 11 April 2017 at 17:09:10 UTC, Jay Norwood wrote:
On Tuesday, 7 February 2017 at 21:48:58 UTC, JamesD wrote:

The following are on https://github.com/jasc2v8/dwt-support under \doc:

Thanks for the doc. I was able to build both w32 and w64 after a couple of problems.

It worked for me with vs2013 and dmd2.073.2

Some combination of dmd2.074 and/or vs2017 failed to link the example dwt main.d application, with an error about missing some ole*.lib.

Thank you for the feedback, glad my doc helped!

Not sure why the new version of dmd and vs2017 gave an error. I can say that the dmd and linker flags are picky about the quotes and spaces. I added a simple hello_dwt.d example and a corresponding dub.json. The dub.json file has the correct syntax.

You could also try the dmd -v option, then read the verbose output for clues about the missing ole*.lib.

Reply via email to