[plt-scheme] Re: embedding windows/linux/osx difference

From: jacmoe (jacmoe at mail.dk)
Date: Fri Feb 26 08:51:53 EST 2010

Hi Dave

I was a bit lost myself, until I stumbled over the Fluxus project.
Apparently you have to redirect some PLT Scheme pipes, but if you look
at their Interpreter class, you should be able to create a non-
crashing windows app.

http://www.pawfal.org/fluxus/

Cheers

Jacob

On Feb 25, 3:43 pm, Dave Griffiths <d... at pawfal.org> wrote:
> Hi all,
>
> I've noticed a difference between windows and Linux/OSX to do with error
> catching, I presume it's something to do with scheme_setjmp but I'm not
> sure.
>
> If I pass a string containing an error to scheme_eval_string_all I get a
> crash on windows only. Is there something simple I'm missing in the
> initialisation which could cause this? I'm using scheme_main_setup. I'm
> a bit lost as to where to look next.
>
> cheers,
>
> dave
>
> _________________________________________________
>   For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.