www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - can't setup ldc on Windows

reply greatsam4sure <greatsam4sure gmail.com> writes:
This is the second time, I am asking for help on how to setup ldc 
on Windows to work with workspace so as to use visual studio code 
as my proper idea for coding dlang.
Please, I need the step by step ways on how to setup ldc on 
Windows.
Thanks in advance
Dec 21 2017
parent kinke <noone nowhere.com> writes:
On Thursday, 21 December 2017 at 18:22:38 UTC, greatsam4sure 
wrote:
 This is the second time, I am asking for help on how to setup 
 ldc on Windows to work with workspace so as to use visual 
 studio code as my proper idea for coding dlang.
 Please, I need the step by step ways on how to setup ldc on 
 Windows.
 Thanks in advance
You'll most likely have more luck with searching/asking for VS Code integration of DMD. Adapting it to LDC should be trivial (dmd.exe => ldmd2.exe, use import dirs `import` and `import\ldc`, and the correct lib directory). Also make sure you have Visual Studio or the Visual C++ Build Tools installed, as emphasized in README.txt.
Dec 21 2017