Re: 64-bit Windows binaries

Michael Sperber <[email protected]> Sun, 13 Mar 2016 16:15:08 +0100
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
"Wiedmann Thomas (UniCredit Business Integrated Solutions)"
<[email protected]> writes:

> * 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\initial.image-64" .
> * Unfortunately this fails with an access violation in line 6012 of scheme48vm-64.c

At the very least, you'll need to make some changes to
c/win32/scheme48arch.h: Should be quite obvious.  (The #defines should
be moved to compiler flags.)

-- 
Regards,
Mike