I've been forced by Xp to create some system dependencies in
Xm-2.1/Print.c . The need for them is documented in the source.
In summary :
- the Xp call for print-to-file requires a separate process
  according to the Xp docs, so I needed to fork.
- child and parent processes need some synchronisation,
  and because I already had a UNIX dependency with the fork,
  I decided to add pipe to it.

OS/2 and Cygwin port will be necessary.
Does anyone have the skill to do so ?

It's fairly standard stuff, involving two processes that
talk to eachother a bit.

        Danny
-- 
Danny Backx ([EMAIL PROTECTED] [EMAIL PROTECTED])
Home page :     http://users.skynet.be/danny.backx
Projects:       LessTif (http://www.lesstif.org)
                Oleo    (http://www.gnu.org/software/oleo/oleo.html)

Reply via email to