D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 11457 - Cannot compile 64bit apps with Visual Studio 2013
Summary: Cannot compile 64bit apps with Visual Studio 2013
Status: REOPENED
Alias: None
Product: D
Classification: Unclassified
Component: installer (show other issues)
Version: D2
Hardware: x86_64 Windows
: P3 normal
Assignee: No Owner
URL:
Keywords:
: 12053 (view as issue list)
Depends on:
Blocks:
 
Reported: 2013-11-06 18:49 UTC by Nicholas Londey
Modified: 2022-12-17 10:45 UTC (History)
2 users (show)

See Also:


Attachments
sc.ini file modified to work (2.65 KB, application/octet-stream)
2013-11-06 18:49 UTC, Nicholas Londey
Details

Note You need to log in before you can comment on or make changes to this issue.
Description Nicholas Londey 2013-11-06 18:49:05 UTC
Created attachment 1289 [details]
sc.ini file modified to work

Generated sc.ini file does not work with Visual Studio 2013/Windows 8.1 SDK

- dmd.exe is a 32bit app and so needs 32bit mspdb*.dll
- User32.lib is in \Lib\winv6.3\um\x64
Comment 1 Nicholas Londey 2013-11-06 18:56:45 UTC
dmd-2.064.2.exe installer
Comment 2 github-bugzilla 2014-01-23 21:39:58 UTC
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/8a530b9aa7d10ee0d3e4e9b7d39b366f25438012
Merge pull request #3092 from rainers/win64_sdk81

issue 11457: add Windows SDK 8.1 library search path to sc.ini
Comment 3 github-bugzilla 2014-02-03 18:51:15 UTC
Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/e4933242c8f0d133afc2c5cee1c5d70c3e3c01cf
Merge pull request #3092 from rainers/win64_sdk81

issue 11457: add Windows SDK 8.1 library search path to sc.ini
Comment 4 Brad Anderson 2014-02-24 16:25:00 UTC
*** Issue 12053 has been marked as a duplicate of this issue. ***
Comment 5 Brad Anderson 2014-02-24 16:53:11 UTC
Just tested myself. Might not be fixed after all.