|
From: Henk P. <hp...@dd...> - 2002-06-21 13:10:31
|
Seen some code for the C virtual machine client which. In most of them you state that the callbacks get called after the main() has exited, and that it's a wierd problem. But isn't it just that simple that it doesn't work together with your threads system? The virtual machine will only interpret (sources get compiled to bytecode isn't it?) one routine (or better: thread) at a time. So just letting the C virtual machine client connect via the non-threaded (use-threads is false) model and letting the code call vll_callback_service() and vll_callback_update()? Henk Poley <>< |