Re: Interprocess Communication...
- Posted by Patrick Barnes <mrtrick at gmail.com> Nov 12, 2004
- 489 views
On Fri, 12 Nov 2004 11:17:07 -0800, OtterDad <guest at rapideuphoria.com> wrote: > > What I think would be ideal would be an inter-process framework, that > > can check whether another program is running or has had a run-time > > error, can call functions and procedures in another running program > > synchronously or asynchronously, and can share memory with other > > programs. > > > > A merger between ipc.ew, memshare.ew, and some other features. > > > > Is it possible to do asynchronous function calls? How does call_back work? > > > i'll put a package together this weekend and offer it up for Beta testing > Ooh, that would be great! Can you put a function in there - wait_for_event (or similar) that can serve in place of win32lib's WinMain? Not every IPC program uses win32lib. -- MrTrick