Help needed testing automatic win64 configuration
Brad Anderson
eco at gnuk.net
Tue Oct 15 18:15:19 PDT 2013
On Tuesday, 15 October 2013 at 06:38:30 UTC, dnewbie wrote:
> VS 2010 Express/Windows SDK 7.0:
>
> dmd -m64 hello.d
> Can't run 'c:\Program Files (x86)\Microsoft Visual Studio
> 10.0\VC\bin\amd64\link.exe', check PATH
>
> with dmd-2.064-beta-new-sc.ini-2.exe
I believe you need the 7.1 SDK. 7.0 does not come with the
64-bit toolset. I'm not certain about the paths in an
Express/7.1 setup.
If you can give me the paths to:
1. 64-bit link.exe
2. 64-bit C Runtime libraries (in MSVC this is
%VCINSTALLDIR%lib\amd64 but I'm not sure if that comes with
Express or with the 7.1 SDK and is located somewhere in SDK's
directory structure instead).
I might be able to this working.
More information about the Digitalmars-d
mailing list