www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - LDC2-LLVM-SEH-WIN64 Release

reply "tae hoo" <liteon777 daum.net> writes:
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

대한민국, 김재동
Nov 20 2013
next sibling parent reply "tae hoo" <liteon777 daum.net> writes:
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

대한민국, 김재동
Nov 20 2013
parent "flix" <hammet.first hotmail.com> writes:
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

 대한민국, 김재동
Nov 21 2013
prev sibling parent "Kai Nacke" <kai redstar.de> writes:
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
Nov 21 2013