I have tried writing to a CVT (created by the main program) from an Actor loaded from a PPL (both dynamically loaded and statically loaded). The Actor, when loaded from a PPL cannot see the existing CVT. If I call the Actor directly, not from a PPL, it can see the CVT just fine.
Is this a limitation of PPLs/CVTs or is there something I'm missing? Right now I'm looking at having to have the Actor queue up messages to the main program (a QMH) and have it update the CVT. This is, obviously, less than desirable.
Any suggestions you might have a more than welcome.