[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2016-01-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 Rainer Schuetze changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 --- Comment #6 from Orvid King blah38...@gmail.com --- Yes, environment variables do evaluate to an empty string if they aren't set. Also, while I don't have a problem with adding the DirectX SDK, as it is common enough, I just want to ask the

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 --- Comment #7 from Manu turkey...@gmail.com --- (In reply to Orvid King from comment #6) Yes, environment variables do evaluate to an empty string if they aren't set. So, should we consider this a problem? The lib path looks like it will be filled

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 --- Comment #8 from Brad Anderson e...@gnuk.net --- I don't foresee problems with the path. I just tested and it caused no problems on my DirectX SDK missing system. https://github.com/D-Programming-Language/dmd/pull/3852 --

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 Brad Anderson e...@gnuk.net changed: What|Removed |Added CC||e...@gnuk.net --- Comment #1

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 --- Comment #2 from Manu turkey...@gmail.com --- (In reply to Brad Anderson from comment #1) The SDK installer also sets the DXSDK_DIR environment variable, so it's probably better to use: Include: %DXSDK_DIR%\Include Lib (x86):

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 --- Comment #3 from Brad Anderson e...@gnuk.net --- (In reply to Manu from comment #2) Do you reckon it's a good idea to add it, even if the SDK is not installed on the user's machine? Should we check to see if it's there, and add it at the same

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 --- Comment #4 from Manu turkey...@gmail.com --- (In reply to Brad Anderson from comment #3) (In reply to Manu from comment #2) Do you reckon it's a good idea to add it, even if the SDK is not installed on the user's machine? Should we check to

[Issue 13265] Please detect the DXSDK when configuring sc.ini in the installer

2014-08-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13265 --- Comment #5 from Manu turkey...@gmail.com --- (In reply to Manu from comment #4) (In reply to Brad Anderson from comment #3) (In reply to Manu from comment #2) Do you reckon it's a good idea to add it, even if the SDK is not installed on