www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - OS minimum version

reply ponce <contact gam3sfrommars.fr> writes:
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.
Sep 21 2015
next sibling parent Jack Stouffer <jack jackstouffer.com> writes:
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.
Sep 21 2015
prev sibling next sibling parent Jacob Carlborg <doob me.com> writes:
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
Sep 21 2015
prev sibling parent reply anonymous <anonymous example.com> writes:
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".
Sep 21 2015
next sibling parent ponce <contact gam3sfrommars.fr> writes:
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.
Sep 21 2015
prev sibling parent Jonathan M Davis via Digitalmars-d-learn writes:
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
Sep 21 2015