Re: Passing Information Between Euphoria Programs

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

Al Getz wrote:
> 
> ZNorQ wrote:
> > 
> > Is there an easy way to pass information between 2 running euphoria
> > programs?
> > 
> > I was thinking of passing the content of a sequence (that could contain huge
> > amounts of information) from one Eu program to another.
> > 
> > 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.
> > 
> > Regards Kenneth aka ZNorQ
> > 
> 
> Hi there,
> 
> You could also use the WM_COPYDATA message to send info to another
> program if that program processes messages.  This turns out to
> be the simplest of all except...
> If your program only needs a small amount of info at startup,
> you can use the command line arguments which is even simpler.
> 
Well, the information could be anything of very little- to massive amounts.
I'm not sure how you would use WM_COPYDATA. I'm not too familiar with 
Win32Lib's (I recon thats what your referring to) inner workings, but
I'm working on it - and in time getting there too I hope. :P
What I was hoping for was that passing information between programs in
native Euphoria - where there where no need to learn a bunch of include
files - like Win32Lib - NOW.. :D

PS! I'm a steady user of Win32Lib, but that is limited to making forms,
controls, and handlers for now.

> 
> 
> Take care,
> Al
> 
> And, good luck with your Euphoria programming!

Hehe, thanks!
> 
> My bumper sticker: "I brake for LED's"
>

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

Search



Quick Links

User menu

Not signed in.

Misc Menu