Hi, Is there a limit on the number of active objects per a process. ? (How many active objects can be active simultanously ) ? Thanks Anil
It looks like active objects are stored in a linked list (see CActiveScheduler in e32base.h), hence the only limit on the number of active objects would appear to be the amount of free memory available... -Mike
Forum Rules