Re: Passing Information Between Euphoria Programs

new topic     » goto parent     » topic index » view thread      » older message » newer message

Greg Haberek wrote:
> 
> > Is there an easy way to pass information between 2 running euphoria
> > programs?
> 
> Yes there is! The process is called DDE or Dynamic Data Exchange.
> Thomas Parslow wrote a library called "Interprocess Communication"
> that uses Microsofts DDE routines. It's in the Archive.

Yes I know about DDE, but that means I'll have to include already written
code to make it function. I was just wondering if there was an easy way
to pass along information between programs in native Euphoria. I'll check
out the archives and look for anything that can help me out. Thanks! :D

> 
> > I was thinking of passing the content of a sequence (that could contain huge
> > amounts of information) from one Eu program to another.
> 
> You might also want to look into "Share Memory Between Processes" by
> Mario Steele and Jason Mirwald. It doesn't use DDE but accomplishes a
> similar effect. It's in the Archive.
> 
Hehe, yes I do know about the archive, but it's not always easy to know what
to look for when you're a noob. :D Thanks though, I'll check it out!

> There's also a "Euphoria Data Sharing Demo" by Jordah Ferguson. That's
> in the Archive, too. There's a lot of stuff in the Archive.
> 
> > Or atleast, the program starts another eu program - and passes this
> > information
> > to it, in which case I was thinking of using the function (can't remember
> > the name of it) that catches parameters.
> 
> That routine is called command_line(). Here's a link:
> <a
> href="http://www.rapideuphoria.com/lib_c_d.htm#command_line">http://www.rapideuphoria.com/lib_c_d.htm#command_line</a>
> 
Jupp thats it!

> ~Greg
> 
> 

Thanks for the tips!

ZNorQ

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu