I had trouble running the QMS software QMSoft on dUNIX.
The solution was to change three lines in the file qef.h:
unsigned long pr_age;
unsigned long pr_supportmask;
unsigned long pr_acceptmask;
into
unsigned int pr_age;
unsigned int pr_supportmask;
unsigned int pr_acceptmask;
Many thanks to all of you who help me.
/Mats
---------------
>We have a number of QMS printers with tcp/ip cards but without lpd-support.
>I downloaded the QMSoft software (V2.10) from QMS and compiled it.
>When I run it on my Digital Unix system (OSF/1) it crashes with "Memory
>fault". Since it does run on my ultrix systems, I suspect it's a 64-bit
>problem. I'm running the PLP printer software, but that should not cause any
>problems.
>
>Has anyone managed to get QMSoft running on Digital UNIX?
>
>/Mats
===============================================================================
Mats G Karlsson E-mail: atomaka_at_ato.abb.se (__)
ABB Atom AB MEMO: ABB.SEATO.ATOMAKA (oo)
Avd: AUP Tel: +46 (0)21 347762 \/-------\
S-721 63 Vasteras Fax: +46 (0)21 347088 || | \
Sweden ||---W|| *
===============================================================================
Received on Fri May 24 1996 - 18:57:12 NZST