linker warnings and errors with bindbc-glfw
Dennis
dkorpel at gmail.com
Fri Nov 9 23:17:16 UTC 2018
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 at 48,
__imp__DestroyWindow at 4 etc.).
More information about the Digitalmars-d-learn
mailing list