Release Candidate D 2.069.0-rc1
Rainer Schuetze via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Thu Oct 29 12:22:42 PDT 2015
On 29.10.2015 15:33, tester wrote:
>
> trying to compile for x64:
>
> import std.stdio;
> int main(string[] argv){
> writeln("Hello D-World!");
> return 0;
> }
>
> produces:
> LINK : fatal error LNK1104: cannot open file 'libucrtd.lib'
> Building Debug\ConsoleApp1.exe failed!
>
> it does work/link for x86
This is not dmd's fault, but Visual D's, because it invokes link.exe
explicitely, not through dmd. It only uses dmd if you disable "overwrite
sc.ini" and "monitor link dependencies" in the global settings.
The next version of Visual D will support linking against VS2015
libraries, I hope I can publish a beta in the next couple of days.
More information about the Digitalmars-d-announce
mailing list