This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (11 messages)
Uh…it'd be real hard for most people to be "LaserWriter 8.1.2" users, because that version is a Kanji-only release that at the moment isn't available outside of Japan. An English-language release of 8.1.2 is not planned, though there might be one on the Developer CD as a convenience for developer…
QuickTime for Windows
Message #164033
Where does one go with QTW questions? I am currently developing an application that will store information in Bento format. Unfortunately, QTW API's only support opening movie files with a filename. Is this true also on the Mac? If so, it makes it impossible to store QT movies within Bento…
Thanks for the info! -Brian
AppleScript
Message #163995
J., If you have Danny Goodman's book, "The Complete AppleScript Reference Handbook," you can get an update disk for $4.75 from Random House. Current copies have a sheet inserted into it giving you instructions on how to get it. If you already have the book (well, OK, theoretically you can…
#Laserwriter 8.1.2
Message #163908
Just a note to let anyone using Laserwriter 8.1.2 driver with a Compaq Pagemarq printer with a Fax Modem installed. If you try to use the fax function of the LW 8 Driver you will find that the Printer faxes ok but pulse dials instead of tone dials. The driver…
#163593-
AppleScript
Message #163906
Scott, I just checked S/10 for AppleScript 1.1 and it wasn't there. Any suggestions? -Eric.
Steve; Thanks for the info. DW
#163500-
AV Speech Manager
Message #163810
"listing of the Speech Manager Toolbox routines" Currently, the programming docs for the Speech Manager are on some Developer's CD's (everyone should have a developer friend; hug a developer today!) or via Internet at ftp.apple.com. Tim
DW: >>> If I am using NewHandle(), HLock(), HUnlock(); do I still need to use StripAddress() ?
#163389-
Classic Address Error
Message #163695
Steve; >> …coerce an odd char address to a short or long pointer. I think this is what I am doing, thanks for the explanation. DW
#163304-
Classic Address Error
Message #163694
Allan; >> What types of things is your code doing when it gets Address errors? Accessing data in a structure whos memory was allocated via NewHandle(); If the structure had an odd offset; the Address Error occured. I reorganized my structures so that there would be no odd offsets, and…