[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [MiNT] Calling GEM from within a signal handler



Wouldn't it be easier to have your program separated?

As in.

MAIN_GEM_INTERFACE.PRG      which will pexec with child control:
Some_CALCULATION.TTP        which only does the calculations.

So you let the AES/ENVironment multitask like it was meant to. And not
trying to recreate a sub_layer of multitasking within 1 single
application. 

Just an idea, I am *not* a specalist, but t worked for me with jpegem.
Conversion going on and the GEM interface still responds. Might not be the
most elegant way, but it works.