RE: 64-bit Windows binaries
"Wiedmann Thomas (UniCredit Business Integrated Solutions)" <[email protected]> Tue, 1 Mar 2016 07:28:08 +0000
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <EC727B0D4498D943A1D848E1EE20E75C0112BE85A1@USEXCPWD04A.mc01.unicreditgroup.eu> |
Hi Mike, I did the following: * Downloaded the source distribution * Opened the solution in Visual Studio, changed compile target to x64 * Replaced scheme48vm-32.c with scheme48vm-64.c * Replaced scheme48-bibop-heap-32.c with scheme48-bibop-heap-64.c * Recompiled * Then I tried to start the new executable with " -h 8000000 -i build\initi= al.image-64" . * Unfortunately this fails with an access violation in line 6012 of scheme4= 8vm-64.c Regards, Thomas -----Original Message----- From: Michael Sperber [mailto:[email protected]]=20 Sent: Tuesday, March 01, 2016 8:08 AM To: Wiedmann Thomas (UniCredit Business Integrated Solutions) Cc: [email protected] Subject: Re: 64-bit Windows binaries "Wiedmann Thomas (UniCredit Business Integrated Solutions)" <[email protected]> writes: > is it somehow possible to download the prebuilt 64-bit binaries for Windo= ws ? > This would really be a big help, so far I haven't managed to build them m= yself... I don't think anybody's built 64-bit Windows yet, though it should not be i= mpossible to do that. Could you post what you've tried, and maybe I can he= lp take it from there? -- Regards, Mike