From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2008-07-28 14:43:44


Jeremy Pack wrote:

> What you could do is run the plugin in a separate process, and use
> inter-process communication, and serialize data between them. Then calling
> conventions wouldn't matter. It would certainly be a lot more complicated
> though.

Yeah, we're doing that with part of our project currently. We hate it.
  It's a nightmare to try to debug. That's probably our fault though.

Thanks for the quick answer.