On Wednesday, 3 January 2018 at 17:43:36 UTC, Martin Nowak wrote:
Glad to announce D 2.078.0.

This release comes with runtime detection of Visual Studio installation paths

I've got a problem with linking phobos64.lib now.
I run "Visual C++ 2015 x64 Native Build Tools Command Prompt", i.e. cmd.exe with environment set up. With dmd 2.077.0 I run "dmd app.d -m64 -ofapp.exe" and it all goes well, compiles and links successfully.

With dmd 2.078.0 I run "dmd app.d -m64 -ofapp.exe" and get:

phobos64.lib(stacktrace_196a_3e5.obj) : error LNK2019: unresolved external symbol snprintf referenced in function _D4core3sys7windows10stacktrace10StackTrace13resolveNoSyncFAxmZAAa phobos64.lib(parseoptions_bee_21b.obj) : error LNK2001: unresolved external symbol snprintf phobos64.lib(demangle_ab0_79b.obj) : error LNK2001: unresolved external symbol snprintf phobos64.lib(parseoptions_bee_21b.obj) : error LNK2019: unresolved external symbol sscanf referenced in function _D4core8internal12parseoptions5parseFNbNiAxaKANgaKfQkZb
app.exe : fatal error LNK1120: 2 unresolved externals
Error: linker exited with status 1120
    • Re: R... Mike Parker via Digitalmars-d-announce
      • R... Joakim via Digitalmars-d-announce
        • ... Mike Parker via Digitalmars-d-announce
      • R... jmh530 via Digitalmars-d-announce
        • ... Mike Parker via Digitalmars-d-announce
          • ... Jack Stouffer via Digitalmars-d-announce
      • R... David Nadlinger via Digitalmars-d-announce
        • ... Mike Parker via Digitalmars-d-announce
        • ... Mike Franklin via Digitalmars-d-announce
  • Re: Releas... Walter Bright via Digitalmars-d-announce
  • Re: Releas... thedeemon via Digitalmars-d-announce
    • Re: R... Rainer Schuetze via Digitalmars-d-announce
      • R... thedeemon via Digitalmars-d-announce
  • Re: Releas... IM via Digitalmars-d-announce
  • Re: Releas... Глеб Куликов/Gleb Kulikov via Digitalmars-d-announce
    • Re: R... rikki cattermole via Digitalmars-d-announce
    • Re: R... user789 via Digitalmars-d-announce
      • R... gleb via Digitalmars-d-announce
        • ... user789 via Digitalmars-d-announce
    • Re: R... Martin Nowak via Digitalmars-d-announce
  • Re: Releas... Andre Pany via Digitalmars-d-announce

Reply via email to