On Sunday, 21 May 2017 at 10:15:40 UTC, Mike Parker wrote:
Then you can add the following to exeProject/dub.json:

"dependencies": {
    "dllProjectName": {"path" : "../dllProject" }
}

I would expect the import lib to be linked automatically. This should ensure the dll is compiled with the same architecture as the exe.

DUB reports:

Dynamic libraries are not yet supported as dependencies - building as static library.

Reply via email to