Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Analog: Help

Availability of Windows 64 bit binary

 

 

Analog help RSS feed   Index | Next | Previous | View Threaded


nick at wiseup

Feb 25, 2008, 10:37 AM

Post #1 of 6 (511 views)
Permalink
Availability of Windows 64 bit binary

I've reviewed the archives (and found plenty of "64 bit" discussion), but
have not been able to find a binary compiled for 64 bit Windows.

Has anyone made a "analog_60w64.zip" available for download?

Compiling from source (on Windows) is currently outside my skill set, but
the 2GB memory limit of 32 bit is becoming increasingly bothersome.


analog07 at eircom

Feb 25, 2008, 11:29 AM

Post #2 of 6 (496 views)
Permalink
Re: Availability of Windows 64 bit binary [In reply to]

Nick Altmann <nick[at]wiseup.org> wrote:
>> I've reviewed the archives (and found plenty of "64 bit"
>> discussion), but have not been able to find a binary compiled for 64
>> bit Windows.
>>
>> Has anyone made a "analog_60w64.zip" available for download?
>>
>> Compiling from source (on Windows) is currently outside my skill
>> set, but the 2GB memory limit of 32 bit is becoming increasingly
>> bothersome.

The Windows binary is compiled using MinGW
(http://lists.meer.net/pipermail/analog-help/2007-January/020117.html) and at the moment, MinGW is only available for Win32. There is a WinGW-64 project underway, but as far as I can tell, it's not simply a matter of recompiling existing applications under MinGW-64:
https://sourceforge.net/projects/mingw-w64/

At this point, it looks like the only tools avilable for compiling Win64 binaries are the Microsoft tools. If there are any full-time students reading this list, you may be able to get free access to Microsoft Visual Studio Pro (https://downloads.channel8.msdn.com/) which can compile 64 bit apps - the Express version that's free for the rest of us (http://msdn2.microsoft.com/en-us/express/default.aspx) won't do 64-bit, as far as I know.

(And I don't know whether there are any issues compiling Analog in Visual Studio - I haven't tried it).

Aengus

+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Analog Documentation: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------


paul at astrologywizard

Feb 25, 2008, 12:03 PM

Post #3 of 6 (496 views)
Permalink
Re: Availability of Windows 64 bit binary [In reply to]

Nick Altmann <nick[at]...> writes:

>
> I've reviewed the archives (and found plenty of "64 bit" discussion), but
have not been able to find a binary compiled for 64 bit Windows.Has anyone
made a "analog_60w64.zip" available for download?Compiling from source (on
Windows) is currently outside my skill set, but the 2GB memory limit of 32 bit
is becoming increasingly bothersome.

Nick,

Just use the Win32 version of Analog, like I do. With the amount of RAM Analog
uses any memory limits are not an issue, while most apps are still 32-bit and
run happily under Windows x64.

Paul


+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Analog Documentation: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------


nick at wiseup

Feb 25, 2008, 1:03 PM

Post #4 of 6 (501 views)
Permalink
Re: Availability of Windows 64 bit binary [In reply to]

Thanks for the quick reply.

FWIW Wikipedia indicates there might be a chance of compiling a 64-bit
binary with the free version:

"The Visual C++ 2008 Express Edition ... However, natively compiling
64-bit<http://en.wikipedia.org/wiki/64-bit>applications through the
IDE is not supported. If the freely available Windows
SDK <http://en.wikipedia.org/wiki/Windows_SDK> is installed, 64-bit
applications can be built on the command line using the x64 cross-compiler (
Cl.exe) supplied with the SDK."


On Mon, Feb 25, 2008 at 1:29 PM, Aengus <analog07[at]eircom.net> wrote:

> Nick Altmann <nick[at]wiseup.org> wrote:
> >> I've reviewed the archives (and found plenty of "64 bit"
> >> discussion), but have not been able to find a binary compiled for 64
> >> bit Windows.
> >>
> >> Has anyone made a "analog_60w64.zip" available for download?
> >>
> >> Compiling from source (on Windows) is currently outside my skill
> >> set, but the 2GB memory limit of 32 bit is becoming increasingly
> >> bothersome.
>
> The Windows binary is compiled using MinGW
> (http://lists.meer.net/pipermail/analog-help/2007-January/020117.html) and
> at the moment, MinGW is only available for Win32. There is a WinGW-64
> project underway, but as far as I can tell, it's not simply a matter of
> recompiling existing applications under MinGW-64:
> https://sourceforge.net/projects/mingw-w64/
>
> At this point, it looks like the only tools avilable for compiling Win64
> binaries are the Microsoft tools. If there are any full-time students
> reading this list, you may be able to get free access to Microsoft Visual
> Studio Pro (https://downloads.channel8.msdn.com/) which can compile 64 bit
> apps - the Express version that's free for the rest of us (
> http://msdn2.microsoft.com/en-us/express/default.aspx) won't do 64-bit, as
> far as I know.
>
> (And I don't know whether there are any issues compiling Analog in Visual
> Studio - I haven't tried it).
>
> Aengus
>
> +------------------------------------------------------------------------
> | TO UNSUBSCRIBE from this list:
> | http://lists.meer.net/mailman/listinfo/analog-help
> |
> | Analog Documentation: http://analog.cx/docs/Readme.html
> | List archives: http://www.analog.cx/docs/mailing.html#listarchives
> | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
> +------------------------------------------------------------------------
>


nick at wiseup

Feb 25, 2008, 1:05 PM

Post #5 of 6 (502 views)
Permalink
Re: Re: Availability of Windows 64 bit binary [In reply to]

Thanks for the suggestion Paul. Unfortunately, I'm hitting the 2GB
per-process limit with some of my analog reports. I think that limit would
still be present when running the 32-bit version on a 64-bit Windows.



On Mon, Feb 25, 2008 at 2:03 PM, Paul Wade <paul[at]astrologywizard.com> wrote:

> Nick Altmann <nick[at]...> writes:
>
> >
> > I've reviewed the archives (and found plenty of "64 bit" discussion),
> but
> have not been able to find a binary compiled for 64 bit Windows.Has anyone
> made a "analog_60w64.zip" available for download?Compiling from source (on
> Windows) is currently outside my skill set, but the 2GB memory limit of 32
> bit
> is becoming increasingly bothersome.
>
> Nick,
>
> Just use the Win32 version of Analog, like I do. With the amount of RAM
> Analog
> uses any memory limits are not an issue, while most apps are still 32-bit
> and
> run happily under Windows x64.
>
> Paul
>
>
> +------------------------------------------------------------------------
> | TO UNSUBSCRIBE from this list:
> | http://lists.meer.net/mailman/listinfo/analog-help
> |
> | Analog Documentation: http://analog.cx/docs/Readme.html
> | List archives: http://www.analog.cx/docs/mailing.html#listarchives
> | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
> +------------------------------------------------------------------------
>


gretaxsmith at yahoo

Mar 5, 2008, 5:50 PM

Post #6 of 6 (436 views)
Permalink
Re: Re: Availability of Windows 64 bit binary [In reply to]

Это мне прислал один человек и я пересылаю тебе! Действительно сбылось. Китайское наставление. Можно купить дом,но не очаг; можно купить кровать, но не сон; можно купить часы, но не время; можно купить книгу, но не знания;можно купить положение, но не уважение;можно заплатить за доктора,но не за здоровье;можно купить душу, но не жизнь; можно купить секс, но не любовь.Китайское наставление приносит удачу. Оригинал хранится в Нидерландах.После получения этого письма, ты станешь счастливым. Это не шутка!К тебе придёт удача. Перешли по почте или интернету это письмо тем людям,которые нуждаются в счастье.Не храни это письмо более 96часов,в течении этого времени его нужно переслать 20 людям. Если Вы проигнорируете это письмо,Вас покинет удача в отношениях (Вспомни детство, мне тоже прислали ) Сегодня 09


Nick Altmann <nick[at]wiseup.org> wrote: Thanks for the suggestion Paul. Unfortunately, I'm hitting the 2GB per-process limit with some of my analog reports. I think that limit would still be present when running the 32-bit version on a 64-bit Windows.



On Mon, Feb 25, 2008 at 2:03 PM, Paul Wade <paul[at]astrologywizard.com> wrote:

Nick Altmann <nick[at]...> writes:

>
> I've reviewed the archives (and found plenty of "64 bit" discussion), but
have not been able to find a binary compiled for 64 bit Windows.Has anyone
made a "analog_60w64.zip" available for download?Compiling from source (on
Windows) is currently outside my skill set, but the 2GB memory limit of 32 bit
is becoming increasingly bothersome.



Nick,

Just use the Win32 version of Analog, like I do. With the amount of RAM Analog
uses any memory limits are not an issue, while most apps are still 32-bit and
run happily under Windows x64.

Paul



+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Analog Documentation: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------




+------------------------------------------------------------------------
| TO UNSUBSCRIBE from this list:
| http://lists.meer.net/mailman/listinfo/analog-help
|
| Analog Documentation: http://analog.cx/docs/Readme.html
| List archives: http://www.analog.cx/docs/mailing.html#listarchives
| Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------



---------------------------------
Never miss a thing. Make Yahoo your homepage.

Analog help RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.