LDC 1.23.0-beta1

2020-07-15 Thread kinke via Digitalmars-d-announce

Glad to announce the first beta for LDC 1.23 - some highlights:

- Based on D 2.093.0+.
- Min required LLVM version raised to 6.0.
- Cross-compiling to the iOS/x86_64 simulator now works 
out-of-the-box with the prebuilt Mac package.
- Fix linker errors for -betterC wrt. cleanups (structs with 
dtor, `scope(exit)`).


Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.23.0-beta1


Please help test, and thanks to all contributors!


Re: Visual D 1.0.0 released

2020-07-15 Thread greatsam4sure via Digitalmars-d-announce

On Monday, 13 July 2020 at 10:27:10 UTC, Greatsam4sure wrote:

On Monday, 13 July 2020 at 06:48:02 UTC, Rainer Schuetze wrote:



On 12/07/2020 23:35, Rainer Schuetze wrote:

[...]


On second thought: if you installed the SDK after Visual D, 
the settings
in "Tools -> Options -> Projects and Solutions -> Visual D 
Settings ->
DMD directories -> Win32 COFF32 -> Library Paths" might not 
reflect that

(it should contain something like
$(WindowsSdkDir)lib\$(WindowsSdkVersion)\um\x86).

You can also click "Reset Settings" on the Visual D settings 
page to correct that.




Thanks a lot. I will look into that today


thanks a lot. I have to install windows sdk manually and click 
reset in visual D setting page for the project to compile and run.