OS minimum version

2015-09-21 Thread ponce via Digitalmars-d-learn
1. What is the minimum Windows version required by programs 
created with DMD?


2. What is the minimum Windows version required by programs 
created with LDC?


3. What is the minimum OS X version required by programs created 
with LDC?


You would believe such information would be easy to find, but 
it's not.


Re: OS minimum version

2015-09-21 Thread Jack Stouffer via Digitalmars-d-learn

On Monday, 21 September 2015 at 12:47:39 UTC, ponce wrote:
3. What is the minimum OS X version required by programs 
created with LDC?


Tiger x86 version, I believe.


Re: OS minimum version

2015-09-21 Thread Jonathan M Davis via Digitalmars-d-learn
On Monday, September 21, 2015 20:47:09 anonymous via Digitalmars-d-learn wrote:
> On Monday 21 September 2015 14:47, ponce wrote:
>
> > 1. What is the minimum Windows version required by programs
> > created with DMD?
>
> http://dlang.org/dmd-windows.html says: "Windows XP or later, 32 or 64 bit".

Then that page needs to be fixe. Windows XP is not supported and hasn't been
since before Microsoft dropped support for it. Officially, we support
Windows 7 and newer:

http://forum.dlang.org/post/ktfgps$2ghh$1...@digitalmars.com

- Jonathan M Davis



Re: OS minimum version

2015-09-21 Thread Jacob Carlborg via Digitalmars-d-learn

On 2015-09-21 14:47, ponce wrote:

1. What is the minimum Windows version required by programs created with
DMD?

2. What is the minimum Windows version required by programs created with
LDC?


I'm guessing Windows XP for both LDC and DMD. Windows is pretty good at 
backwards compatibility.



3. What is the minimum OS X version required by programs created with LDC?


For LDC, OS X 10.7 (Lion). For DMD, 10.6.


You would believe such information would be easy to find, but it's not.


Took me 10 seconds [1].

[1] http://wiki.dlang.org/LDC#OS_X

--
/Jacob Carlborg


Re: OS minimum version

2015-09-21 Thread anonymous via Digitalmars-d-learn
On Monday 21 September 2015 14:47, ponce wrote:

> 1. What is the minimum Windows version required by programs 
> created with DMD?

http://dlang.org/dmd-windows.html says: "Windows XP or later, 32 or 64 bit".


Re: OS minimum version

2015-09-21 Thread ponce via Digitalmars-d-learn

On Monday, 21 September 2015 at 18:47:10 UTC, anonymous wrote:

On Monday 21 September 2015 14:47, ponce wrote:

1. What is the minimum Windows version required by programs 
created with DMD?


http://dlang.org/dmd-windows.html says: "Windows XP or later, 
32 or 64 bit".


Thanks to all.