License for D setup

2012-04-07 Thread vmars316
Greetings,
I am getting interested in D.
Pls, what License is for D setup.
Is it free?
Also, what operating systems can D run on?
Win7, Mac,?
Thanks...Vernon


Re: License for D setup

2012-04-07 Thread q66

On Saturday, 7 April 2012 at 17:48:14 UTC, vmars316 wrote:

Greetings,
I am getting interested in D.
Pls, what License is for D setup.
Is it free?
Also, what operating systems can D run on?
Win7, Mac,?
Thanks...Vernon


Runs on Windows (x86), Linux (x86, 86_64), OS X (x86, x86_64) and 
FreeBSD (x86, x86_64).


The compiler frontend is dual licensed under GPL/Artistic, the 
backend under a single-user non-redistribution source-available 
license.


The standard and runtime libraries are Boost licensed.


Re: License for D setup

2012-04-07 Thread vmars316
q66 Wrote:
 On Saturday, 7 April 2012 at 17:48:14 UTC, vmars316 wrote:
  Greetings,
  I am getting interested in D.
 
 Runs on Windows (x86), Linux (x86, 86_64), OS X (x86, x86_64) and 
 FreeBSD (x86, x86_64).
 
 The compiler frontend is dual licensed under GPL/Artistic, the 
 backend under a single-user non-redistribution source-available 
 license.
 
 The standard and runtime libraries are Boost licensed.

Sounds good.
Is there an up-todate 
Getting started with D programming?
What to download, and where to install it. 
Also, is there a Visual GUI IDE? 
I have codeBlocks and GCC installed. 
Can D use wxWidgets?
Evidently, C++ can use wxWidgets, 
but C can not. Which is why I am here. 

Thanks for your helps...vm 







Re: License for D setup

2012-04-07 Thread simendsjo

On Sat, 07 Apr 2012 20:37:16 +0200, vmars316 vmars...@live.com wrote:


Sounds good.
Is there an up-todate
Getting started with D programming?
What to download, and where to install it.
Also, is there a Visual GUI IDE?
I have codeBlocks and GCC installed.
Can D use wxWidgets?
Evidently, C++ can use wxWidgets,
but C can not. Which is why I am here.

Thanks for your helps...vm



http://dlang.org has a lot of information.

Download: http://dlang.org/download.html
Tutorial: http://www.informit.com/articles/article.aspx?p=1381876
Editors: http://prowiki.org/wiki4d/wiki.cgi?EditorSupport
GUI libs: http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries


Re: License for D setup

2012-04-07 Thread vmars316

On Saturday, 7 April 2012 at 19:03:25 UTC, simendsjo wrote:

On Sat, 07 Apr 2012 20:37:16 +0200, vmars316




http://dlang.org has a lot of information.

Download: http://dlang.org/download.html
Tutorial: 
http://www.informit.com/articles/article.aspx?p=1381876

Editors: http://prowiki.org/wiki4d/wiki.cgi?EditorSupport
GUI libs: http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries


Thanks for the links.
Lots of good info, I am a bit overwhelmed.
I downloaded dinstaller.exe for windows
using this guideline: 
http://www.youtube.com/watch?v=kSugYSC5hrEfeature=related

C:\D
Where/how can I tell exactly what is installed?
DMG? GTK? QT?
But I can't figure out how to get it going.
The first thing I would like to do:
1) Run the hello world program.
and
2) I want to install a Visual GUI IDE (drag and drop Visual 
Controls).
Can I get some recommendations on What Visual IDEs people are 
using?

Am I using the right term  Visual GUI IDE ?
Maybe I should start a new Topic for this?
Thanks...Vernon