Thread overview | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
December 14, 2011 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Hi, Is there a 64-bit version of DMD for windows? The download page offers only an x86 version. Or am I reading too much into that? Cheers, buk |
December 14, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to dmd.20.browseruk | On Wednesday, 14 December 2011 at 18:20:04 UTC, dmd.20.browseruk@xoxy.net wrote: > > Hi, > > Is there a 64-bit version of DMD for windows? > > The download page offers only an x86 version. Or am I reading too much into that? > > Cheers, buk Hi! DMD currently does not target 64-bit Windows. You may have some luck with GDC (there is a 64-bit build from July in Downloads): https://bitbucket.org/goshawk/gdc |
December 15, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to dmd.20.browseruk | On 14.12.2011 12:54, dmd.20.browseruk@xoxy.net wrote:
>
> Hi,
>
> Is there a 64-bit version of DMD for windows?
>
> The download page offers only an x86 version. Or am I reading too much
> into that?
>
> Cheers, buk
>
There's not much you would need a 64-bit compiler for on Windows. What are you going to use it for?
|
December 15, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to torhu | On 15-12-2011 11:47, torhu wrote:
> On 14.12.2011 12:54, dmd.20.browseruk@xoxy.net wrote:
>>
>> Hi,
>>
>> Is there a 64-bit version of DMD for windows?
>>
>> The download page offers only an x86 version. Or am I reading too much
>> into that?
>>
>> Cheers, buk
>>
>
> There's not much you would need a 64-bit compiler for on Windows. What
> are you going to use it for?
Um, to build 64-bit programs? What else...
- Alex
|
December 15, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to torhu | On 2011-12-15 04:47, torhu wrote:
> On 14.12.2011 12:54, dmd.20.browseruk@xoxy.net wrote:
>>
>> Hi,
>>
>> Is there a 64-bit version of DMD for windows?
>>
>> The download page offers only an x86 version. Or am I reading too
>> much into that?
>>
>> Cheers, buk
>>
>
> There's not much you would need a 64-bit compiler for on Windows.
> What are you going to use it for?
now what is this for a strange comment? you need 64bit for windows for the same reasons than for any other platform: accessing loads of mem. yes, for some this is really important! for me it is actually a dealbreaker - i'd love to use D for my scientific programming, but my datasets often reach several GB...
my computer has 16GB and i intend to make use of them.
det
|
December 15, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to captaindet | On Thursday, 15 December 2011 at 21:05:05 UTC, captaindet wrote:
> On 2011-12-15 04:47, torhu wrote:
>> On 14.12.2011 12:54, dmd.20.browseruk@xoxy.net wrote:
>>>
>>> Hi,
>>>
>>> Is there a 64-bit version of DMD for windows?
>>>
>>> The download page offers only an x86 version. Or am I reading too
>>> much into that?
>>>
>>> Cheers, buk
>>>
>>
>> There's not much you would need a 64-bit compiler for on Windows.
>> What are you going to use it for?
>
> now what is this for a strange comment? you need 64bit for windows for the same reasons than for any other platform: accessing loads of mem. yes, for some this is really important! for me it is actually a dealbreaker - i'd love to use D for my scientific programming, but my datasets often reach several GB...
>
> my computer has 16GB and i intend to make use of them.
>
> det
Use Linux.. it's better for your health ;p
jk, I'm eagerly awaiting a Win64 DMD as well.
|
December 15, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to captaindet | > dealbreaker - i'd love to use D for my scientific programming, but my datasets often reach several GB...
>
> my computer has 16GB and i intend to make use of them.
Scientific programming on Windoze? You can't be serious :P
|
December 15, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Trass3r | On 12/15/2011 3:20 PM, Trass3r wrote:
>> dealbreaker - i'd love to use D for my scientific programming, but my datasets often reach several GB...
>>
>> my computer has 16GB and i intend to make use of them.
>
> Scientific programming on Windoze? You can't be serious :P
lol, that's not even the only issue.
32-bit programs can't show 64-bit dialogs. So "Open this file..." actually shows the SysWOW64 folder instead of the System32 folder, and there's _no way_ to bypass this unless you build a 64-bit app.
|
December 16, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mehrdad | On 16.12.2011 00:35, Mehrdad wrote: > On 12/15/2011 3:20 PM, Trass3r wrote: >>> dealbreaker - i'd love to use D for my scientific programming, but my >>> datasets often reach several GB... >>> >>> my computer has 16GB and i intend to make use of them. >> >> Scientific programming on Windoze? You can't be serious :P > > lol, that's not even the only issue. > > 32-bit programs can't show 64-bit dialogs. So "Open this file..." > actually shows the SysWOW64 folder instead of the System32 folder, and > there's _no way_ to bypass this unless you build a 64-bit app. Most people are not actually doing scientific programming. And they don't actually need to open an open file dialog to access files that are in the "real" System32. But if they do, there are several easy solutions.[1] Another reason for needing a 64-bit program on Windows would be if you are creating a shell extension. TortoiseSVN comes in both 32-bit and 64-bit flavors for this reason. People coming from Linux are accustomed to a running only 64-bit programs if they have a 64-bit OS. That's simply because Linux is usually distributed through downloading. To limit the download size, they leave out the 32-bit versions of libraries. Which means you can't actually run 32-bit programs without downloading and installing the packages containing those libraries first. At least that's my understanding. This issue doesn't exist on Windows. Probably not on OS X either, but I'm not too familiar with that system. So when people ask for 64-bit versions without stating why they need it, I always have to ask what features they want that the 32-bit version doesn't have. [1] http://www.ghisler.ch/wiki/index.php/Some_Files_and_Folders_Shown_by_Windows_Explorer_Are_Not_Shown_by_Total_Commander!#Solutions |
December 16, 2011 Re: 64-bit DMD for windows? | ||||
---|---|---|---|---|
| ||||
Posted in reply to torhu | On 2011-12-16 10:10, torhu wrote: > On 16.12.2011 00:35, Mehrdad wrote: >> On 12/15/2011 3:20 PM, Trass3r wrote: >>>> dealbreaker - i'd love to use D for my scientific programming, but my >>>> datasets often reach several GB... >>>> >>>> my computer has 16GB and i intend to make use of them. >>> >>> Scientific programming on Windoze? You can't be serious :P >> >> lol, that's not even the only issue. >> >> 32-bit programs can't show 64-bit dialogs. So "Open this file..." >> actually shows the SysWOW64 folder instead of the System32 folder, and >> there's _no way_ to bypass this unless you build a 64-bit app. > > Most people are not actually doing scientific programming. And they > don't actually need to open an open file dialog to access files that are > in the "real" System32. But if they do, there are several easy > solutions.[1] Another reason for needing a 64-bit program on Windows > would be if you are creating a shell extension. TortoiseSVN comes in > both 32-bit and 64-bit flavors for this reason. > > People coming from Linux are accustomed to a running only 64-bit > programs if they have a 64-bit OS. That's simply because Linux is > usually distributed through downloading. To limit the download size, > they leave out the 32-bit versions of libraries. Which means you can't > actually run 32-bit programs without downloading and installing the > packages containing those libraries first. At least that's my > understanding. > > This issue doesn't exist on Windows. Probably not on OS X either, but > I'm not too familiar with that system. Mac OS X has universal binaries, that is, libraries and executables containing code for multiple architectures. All system libraries bundled with the OS are compiled (at least) both for 32 and 64bit. This makes it no problem running either 32 or 64bit applications, the user don't have to know or care. -- /Jacob Carlborg |
Copyright © 1999-2021 by the D Language Foundation