>I have asked about whether the external call back to revolution is >thread safe, but have gotten no response. If it is, you can try using >something there. Embedded Revolution supports access to the main event loop. The idea behind embedded Revolution is you would link your external code with librev and compile a custom engine. The advantages are
1) no external overhead on Linux. 2) Single file executable 3) Access to event loops. I don't see why we can't support access to the event loop for externals as well..the external would need to register the callback however to avoid any performance problems. >SDK docs would be good, but I fear they would only confirm we have a >lot of work to do to do any useful externals. We are working on it. Tim Monroe just wrote an excellent article on developing QT externals with Rev, and we plan to extend on some of that for our own docs Tuviah _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
