Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site rduxb.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!rduxb!lra From: lra@rduxb.UUCP (Lonnie R. Abelbeck, AT&T Bell Labs) Newsgroups: net.micro.mac Subject: Re: Manx C Printing Mangler -er I mean Manager- support Message-ID: <452@rduxb.UUCP> Date: Sat, 18-May-85 09:50:35 EDT Article-I.D.: rduxb.452 Posted: Sat May 18 09:50:35 1985 Date-Received: Sun, 19-May-85 00:17:10 EDT References: <238@tektools.UUCP> Organization: AT&T Bell Laboratories, Reading, PA Lines: 20 > I have the Manx professional C compiler, and have been writing some programs > that use the Printing Manager toolbox. I have found that in order for the > programs to work (ie. to get something to actually print on the printer), I > must have Manx' console driver installed as a resource in my program. First, if you have version "D" or earlier, the header files have a bug... In every case, the function defs at the end of the file NEED to be typed as pascal.. ie void foo(); needs to be pascal void foo(); Provided you are making a standalone application, you don't need the console driver, only the ".print" driver and the "ImageWriter" file. Lonnie Abelbeck ihnp4!rduxb!lra