Getting Started With LDC troubles.

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Jan 29 22:03:42 PST 2015


On Wednesday, 28 January 2015 at 04:56:33 UTC, Taylor Hillegeist 
wrote:
> So That did the trick! Steps to take:
>
> Install Visual Studio Express 2013 for windows Desktop
> Get LDC2 MSVC
> add LDC\Bin to the path
> Under the Visual Studio Tools folder on the start menu open
> VS2013 x64 Cross Tools Command Prompt
> LDC2 HelloWorld.d
>
> And bingo
>
> I used
> ------------------------------HelloWorld.d
> import std.stdio;
> int main()
> {
>     writefln("Hello LDC2");
>     return 0;
> }
> -------------------------------
>
> Thanks Everybody!

Hi Taylor!

Thanks for the investigation and the wiki update!

Regards,
Kai


More information about the digitalmars-d-ldc mailing list