January 12, 2014
On Friday, 10 January 2014 at 21:47:23 UTC, Nick Sabalausky wrote:
> Hmm, I hadn't ever uninstalled it.
>
> Regardless, *now* I've just uninstalled and reinstalled the Windows SDK, and re-ran vcvarsall.bat. The %WindowsSdkDir% is now set, but I'm still getting the same problem.
>
> The %WindowsSdkDir% is set to "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A", but there doesn't appear to be much in there (Just a "Bootstrapper\Packages" directory with not much inside it either). I don't think it installed correctly. There doesn't appear to be any other Windows SDK installation AFAICT either. Stupid f#&*^&# microsoft tools...


The lastest Windows SDK installs to C:\Program Files (x86)\Windows Kits\8.1\
January 15, 2014
On 1/12/2014 5:37 PM, Erik van Velzen wrote:
> On Friday, 10 January 2014 at 21:47:23 UTC, Nick Sabalausky wrote:
>> Hmm, I hadn't ever uninstalled it.
>>
>> Regardless, *now* I've just uninstalled and reinstalled the Windows
>> SDK, and re-ran vcvarsall.bat. The %WindowsSdkDir% is now set, but I'm
>> still getting the same problem.
>>
>> The %WindowsSdkDir% is set to "C:\Program Files (x86)\Microsoft
>> SDKs\Windows\v8.0A", but there doesn't appear to be much in there
>> (Just a "Bootstrapper\Packages" directory with not much inside it
>> either). I don't think it installed correctly. There doesn't appear to
>> be any other Windows SDK installation AFAICT either. Stupid f#&*^&#
>> microsoft tools...
>
>
> The lastest Windows SDK installs to C:\Program Files (x86)\Windows
> Kits\8.1\


"\Program Files (x86)\Windows Kits\" doesn't exist :(

As I suspected, it must not have installed correctly.

January 16, 2014
On Wednesday, 15 January 2014 at 22:21:18 UTC, Nick Sabalausky wrote:
> "\Program Files (x86)\Windows Kits\" doesn't exist :(
>
> As I suspected, it must not have installed correctly.

Nick, did you notice my reply from 4 days ago?

http://forum.dlang.org/post/lumcuftlvokawuneqftb@forum.dlang.org

I believe that under certain conditions, the MS linker will just skip over libraries of certain bitness, so I suspect that might be your problem.

I don't think the platform/Windows SDK is related to the problem in your first post because Visual Studio 2005 (VS8), which is what you had in your paths, comes with its own copy (the PlatformSDK directory).
January 16, 2014
On Friday, 10 January 2014 at 20:32:53 UTC, Brad Anderson wrote:
>> Hmm, that's strange, %WindowsSdkDir% isn't set. I thought vcvarsall.bat was supposed to set up all of that.
>
> Appears to be a common problem with VC2008:
>
> http://stackoverflow.com/questions/1102689/windowssdkdir-is-not-set-correctly-in-visual-studio-2008

According to this post[1], he is using VC2005 (VS8), not 2008. 2005 comes with its own copy of the SDK, under VC/PlatformSDK.

http://forum.dlang.org/post/lapkjf$pio$1@digitalmars.com
1 2
Next ›   Last »