Thread overview
LDC2-LLVM-SEH-WIN64 Release
Nov 21, 2013
tae hoo
Nov 21, 2013
tae hoo
Nov 22, 2013
flix
Nov 22, 2013
Kai Nacke
November 21, 2013
Prerequisite: Visual Studio 2012


Download the following file. I uploaded at MediaFire.

http://www.mediafire.com/?rspwpt6b3mfa7b3

or

http://www.mediafire.com/download/rspwpt6b3mfa7b3/LDC2-LLVM-SEH-WIN64.rar



Make directory 'C:/LDC2_WIN64'

Open 'Visual Studio 2012 x64 Command prompt'

set path=%path%;C:/LDC2_WIN64


<TEST.D>
import std.stdio;

int main()
{
    writefln("Hello LDC2");
    return 0;
}



Run ldc...

ldc2 test.d

or

ldc2 -run test.d


I can not come here for a long time. I'm busy with another jobs.

my nickname was 'tae hoo'
Gook luck Kai :)

from Republic of korea. Jae Dong, kim

대한민국, 김재동

November 21, 2013
Prerequisite: Visual Studio 2012


Download the following file. I uploaded at MediaFire.

http://www.mediafire.com/?rspwpt6b3mfa7b3

or

http://www.mediafire.com/download/rspwpt6b3mfa7b3/LDC2-LLVM-SEH-WIN64.rar



Make directory 'C:/LDC2_WIN64'

Open 'Visual Studio 2012 x64 Command prompt'

set path=%path%;C:/LDC2_WIN64/BIN   (Sorry ^^;;;)


<TEST.D>
import std.stdio;

int main()
{
    writefln("Hello LDC2");
    return 0;
}



Run ldc...

ldc2 test.d

or

ldc2 -run test.d


I can not come here for a long time. I'm busy with another jobs.

my nickname was 'tae hoo'
Gook luck Kai :)

from Republic of korea. Jae Dong, kim

대한민국, 김재동

November 22, 2013
thanks

it is working perfectlly !!!
how did you build succefully?



On Thursday, 21 November 2013 at 07:05:47 UTC, tae hoo wrote:
> Prerequisite: Visual Studio 2012
>
>
> Download the following file. I uploaded at MediaFire.
>
> http://www.mediafire.com/?rspwpt6b3mfa7b3
>
> or
>
> http://www.mediafire.com/download/rspwpt6b3mfa7b3/LDC2-LLVM-SEH-WIN64.rar
>
>
>
> Make directory 'C:/LDC2_WIN64'
>
> Open 'Visual Studio 2012 x64 Command prompt'
>
> set path=%path%;C:/LDC2_WIN64/BIN   (Sorry ^^;;;)
>
>
> <TEST.D>
> import std.stdio;
>
> int main()
> {
>     writefln("Hello LDC2");
>     return 0;
> }
>
>
>
> Run ldc...
>
> ldc2 test.d
>
> or
>
> ldc2 -run test.d
>
>
> I can not come here for a long time. I'm busy with another jobs.
>
> my nickname was 'tae hoo'
> Gook luck Kai :)
>
> from Republic of korea. Jae Dong, kim
>
> 대한민국, 김재동

November 22, 2013
Hi tae!

On Thursday, 21 November 2013 at 06:49:14 UTC, tae hoo wrote:
> Prerequisite: Visual Studio 2012
>
>
> Download the following file. I uploaded at MediaFire.
>
> http://www.mediafire.com/?rspwpt6b3mfa7b3
>
> or
>
> http://www.mediafire.com/download/rspwpt6b3mfa7b3/LDC2-LLVM-SEH-WIN64.rar

That is really greate news! Thank you very much!!!!

>
> I can not come here for a long time. I'm busy with another jobs.

Sorry to hear that. You did a really great job.

>
> my nickname was 'tae hoo'
> Gook luck Kai :)
>
> from Republic of korea. Jae Dong, kim
>
> 대한민국, 김재동

Regards,
Kai