
28 Jul
2008
28 Jul
'08
6:43 p.m.
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.