On 10-Dec-07, at 7:20 PM, Chris Double wrote:

> Symbian DLL's aren't allowed to have global variables, right? Some
> refactoring of the factor VM might be needed. Or use one of the
> workarounds other libraries have used (compiling as an engine and
> using IPC to talk to it, etc).

What about putting all globals in a structure and passing that  
around? I need to do that at some point anyway, to have multiple  
Factor instances per process. And also for debugging -- if you could  
reflectively create a new Factor instance via the FFI, it would be  
easier to test certain things and poke around.

Slava


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to