Re: Prototype-Based Programming
- Posted by useless_ Sep 28, 2013
- 2123 views
useless_ said...
jimcbrown said...
TheresNoTime said...
Explain otherwise. It would be great if there was a standard way to establish communication between the two programs at Euphoria.
Agreed. At the moment, there is not a "standard" one. We have standard methods of IPC (pipeio and sockets), which work with any kind of program, not just specifically Euphoria ones.
http://rapideuphoria.com/cgi-bin/asearch.exu?dos=on&win=on&lnx=on&gen=on&keywords=shared+memory
useless
Also, we can now load and kill DLLs at will, so if you don't like the code in one, write a new one, kill the old one, load the new one. Save data somewhere in between.
useless