Re: Passing Information Between Euphoria Programs
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.
Take care,
Al
And, good luck with your Euphoria programming!
My bumper sticker: "I brake for LED's"
|
Not Categorized, Please Help
|
|