On Friday, 9 November 2018 at 19:21:30 UTC, kinke wrote:
May be worth another try with the proper command line.

Thank you! LDC + LD now works without warnings.

On Friday, 9 November 2018 at 19:21:30 UTC, kinke wrote:
Run LDC or DMD with `-v`, that gives you the linker command line at the end of the output.

I just see this at the end of dmd -v:
Linking...
LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library

And then the 81 unresolved externals of Windows APi functions with weird name mangling (__imp__CreateWindowExW@48, __imp__DestroyWindow@4 etc.).

Reply via email to