In comp.lang.pascal.borland message <586f1157-6b6d-4395-9785-b7ce0be07ba
4@[EMAIL PROTECTED]
>, Fri, 14 Mar 2008 04:42:08,
Ruud.Baltissen@[EMAIL PROTECTED]
posted:
>
>
>> start two dos binaries under Windows. Find some way to connect
>> them together via IPC or sockets.
>
>Thank you for answering. If I understand things correctly, you are
>telling that I have two write two programs and then to find a way to
>connect them in some way. So I can forget about writing only _one_ PAS-
>file that tells _two_ CPU's what to do.
By using compile time conditionals, one can generate as many entirely
different EXEs from a single PAS as one wishes, until one hits a size
constraint.
In your case, with one PAS and two EXEs, you can keep one copy of common
code. Of course, you could use units, but that would be multiple PAS
files.
--
(c) John Stockton, nr London UK. ?@[EMAIL PROTECTED]
Turnpike v6.05
MIME.
<URL:http://www.merlyn.demon.co.uk/>
TP/BP/Delphi/&c., FAQqy topics &
links;
<URL:http://www.merlyn.demon.co.uk/clpb-faq.txt>
RAH Prins : c.l.p.b
mFAQ;
<URL:ftp://garbo.uwasa.fi/pc/link/tsfaqp.zip> Timo Salmi's Turbo Pascal
FAQ.


|