1. Multi-tasking
------=_NextPart_000_0016_01BE4453.C19E3D60
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Rob:
Under WIN32 it is possible to run multiple images of DOS concurrently. =
What about a feature in Euphoria that would allow separate applications =
running in different DOS windows to talk to each other somehow ? This =
might be useful to split complex tasks like graphics processing into =
parallel threads.
Matt.
------=_NextPart_000_0016_01BE4453.C19E3D60
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>
<META content=3Dtext/html;charset=3Diso-8859-1 =
http-equiv=3DContent-Type>
<META content=3D'"MSHTML 4.72.3509.100"' name=3DGENERATOR>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT color=3D#000000 size=3D2>Rob:</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
<DIV><FONT color=3D#000000 size=3D2>Under WIN32 it is possible to run =
multiple=20
images of DOS concurrently. What about a feature in Euphoria that would =
allow=20
separate applications running in different DOS windows to talk to each =
other=20
somehow ? This might be useful to split complex tasks like graphics =
processing=20
into parallel threads.</FONT></DIV>
<DIV><FONT color=3D#000000 size=3D2></FONT> </DIV>
------=_NextPart_000_0016_01BE4453.C19E3D60--
2. Re: Multi-tasking
Maybe one of the windows experts could help you.
You might be able to use DDE Dynamic Data Exchange messages
or Transfer data through the clipboard.
Maybe someone who is an expert windows programmer tell you
how to do this Eu.
Bernie