<div dir="ltr">On 17 October 2013 02:51, dnewbie <span dir="ltr"><<a href="mailto:run3@myopera.com" target="_blank">run3@myopera.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On Wednesday, 16 October 2013 at 01:15:20 UTC, Brad Anderson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tuesday, 15 October 2013 at 06:38:30 UTC, dnewbie wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
VS 2010 Express/Windows SDK 7.0:<br>
<br>
dmd -m64 hello.d<br>
Can't run 'c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\link.exe', check PATH<br>
<br>
with dmd-2.064-beta-new-sc.ini-2.<u></u>exe<br>
</blockquote>
<br>
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.<br>
<br>
If you can give me the paths to:<br>
<br>
1. 64-bit link.exe<br>
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).<br>
<br>
I might be able to this working.<br>
</blockquote>
<br></div></div>
1. 64-bit link.exe:<br>
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\Bin\amd64\link.exe<br>
<br>
2. 64-bit C Runtime libraries:<br>
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\lib\amd64<br>
<br>
3. 64-bit Windows import libraries:<br>
C:\Program Files\Microsoft SDKs\Windows\v7.0\Lib\x64<br></blockquote><div><br></div><div>That looks like VS2008, does VisualD work under VS2008?</div><div>Either way, the DMD installer should support detection of those paths too.</div>
</div></div></div>