Thread overview |
---|
November 21, 2013 LDC2-LLVM-SEH-WIN64 Release | ||||
---|---|---|---|---|
| ||||
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 Re: LDC2-LLVM-SEH-WIN64 Release | ||||
---|---|---|---|---|
| ||||
Posted in reply to tae hoo | 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 Re: LDC2-LLVM-SEH-WIN64 Release | ||||
---|---|---|---|---|
| ||||
Posted in reply to tae hoo | 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 Re: LDC2-LLVM-SEH-WIN64 Release | ||||
---|---|---|---|---|
| ||||
Posted in reply to tae hoo | 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 |
Copyright © 1999-2021 by the D Language Foundation