Talk:LDC
So I was attempting to get the prebuilt binaries up and running for MSVC but ran into some trouble.
I did the following:
Downloaded ldc2-0.15.1-win64-msvc.zip Extracted contents to a folder on the c:\ drive added the bin folder to the path Tried to compile Helloworld.d with "ldc2 Helloworld.d"
Got "missing dll" error so
Installed MS C++ 2013 redistributable. Tried to compile Helloworld.d with "ldc2 Helloworld.d"
Noticed that it was "*d.dll" that was missing meaning debug
Installed MS Visual studio express 2013 Tried to compile Helloworld.d with "ldc2 Helloworld.d"
Got "cannot find link.exe"
Added "C:\Program Files\Microsoft Visual Studio 12.0\VC\bin" to the path
Got "cannot open kernel32.lib"
and now I have no idea what to do next? If there is a guide to get setup that would be nice to link here :)