D1 & D2 alpha's for Win64

Michael pr at m1xa.com
Mon Oct 15 13:27:02 PDT 2012


On Sunday, 14 October 2012 at 19:55:20 UTC, Walter Bright wrote:
> http://ftp.digitalmars.com/dmd1beta.zip
> http://ftp.digitalmars.com/dmd2beta.zip
>
> Be the first kid on your block to build a dmd Win64 app!

On Win 2008 R2:

1. Path for VS 11:
C:\Program Files (x86)\Microsoft Visual Studio 
11.0\VC\bin\x86_amd64

Simple can be renamed to ..\amd64

2. mspdb110.dll not found:

In cmd:

C:\dmd2\windows\bin>path=%path%;C:\Program Files (x86)\Microsoft 
Visual Studio 1
1.0\Common7\IDE

3.

C:\dmd2\windows\bin>dmd -m64 t64.d
Microsoft (R) Incremental Linker Version 11.00.50727.1
Copyright (C) Microsoft Corporation.  All rights reserved.

LINK : fatal error LNK1104: cannot open file 'phobos64.lib'
--- errorlevel 1104

If phobos.lib renamed to phobos64.lib

Microsoft (R) Incremental Linker Version 11.00.50727.1
Copyright (C) Microsoft Corporation.  All rights reserved.

.\..\lib\phobos64.lib : warning LNK4003: invalid library format; 
library ignored

t64.obj : error LNK2001: unresolved external symbol main ...




More information about the Digitalmars-d-announce mailing list