Hugh,
You can just take out the calls to the WinXP only functions and get a
version of Factor that mostly works. If you have stack underflows or
overflows it'll just crash, but you can see what it's about at least.
void c_to_factor_toplevel(CELL quot)
{
c_to_factor(quot);
}
Don't do things like run factor and type 'drop' in the listener.
Factor .88 still used inline assembler to do SEH. You're welcome to
port that code to the current vm and submit a patch.
Doug
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk