CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (31 messages)

From: David Ramsey Macintosh Hardware Forum · Quadras June 5, 1994 9:47 PM
Karin, Sounds as if you don't have QuickTime installed. It's necessary… There is 1 Reply. Read action !
Zachary, >> Can one use the Hi-8 camera for video input in place of a scanner? Well, scanners aren't video input but the answer to the question you're asking is "Sure, although not at anywhere near the resolution a scanner will provide." >> What video board would I need? and…
From: David Ramsey Macintosh Hardware Forum · Quadras June 4, 1994 2:16 PM
Terry, No, a separate video board will not make the Q700 faster. Unlike the IIci and IIsi, it has separate video RAM and the internal video circuitry never interferes with the processor's access to main memory. Read action !
#150200 8100/80AV Video Message #150549
Sven, Yes, all AV Power Macs can run two monitors right out of the box. The AudioVision monitor interface– the big squarish funny looking plug– uses standard Mac memory instead of video memory. If you don't have a monitor plugged in here, the memory's available for programs and data, so…
Warren, No other suggestions; any video card should work for this application. Read action !
Warren, You can do this– run the "Welcome" application in the background on the Mac while the secretary does other work. Depending on what she does the "Welcome" application may slow or pause at times, though. I'd recommend a Mac with NuBus slots. There is 1 Reply. Read action !
#150075 Fuzzy PB540 ext Video Message #150171
stanford, I've not heard of the problem but based on the three other replies to your message I'd say there's a design problem in the 5xx series video. Read action !
Warren, You didn't say what type of Mac your receptionist has but you'll probably need to add a separate video card. You can simply have a "Welcome" sign as the desktop background on that monitor. The desktops of the two monitors will be contiguous but by arranging them so only…
#NewTek here? Message #81280
From: David Ramsey Amiga Vendor Forum · NewTek May 6, 1994 12:12 PM
Bruce, Ah, but you see, I have no NewTek questions other than "Is there someone at your company I could contact regarding a potential area of development for your product in the wake of Commodore's demise?"
NewTek here? Message #81218
From: David Ramsey Amiga Vendor Forum · NewTek May 5, 1994 7:08 PM
Jerry, "I have several fax numbers for them, though, if you require them." That would be very useful!
#81151 NewTek here? Message #81184
From: David Ramsey Amiga Vendor Forum · NewTek May 5, 1994 10:43 AM
Jerry, I'm probably who you think I am…although there is a "David Ramsay" over in MAUG as well.. I was just looking for any NewTek person to get an EMail address. Why would they have a section in the vendor's forum if they're never here?
#81094 NewTek here? Message #81126
From: David Ramsey Amiga Vendor Forum · NewTek May 4, 1994 8:33 PM
OK, I'll check back then (where have they been?)
#NewTek here? Message #81093
From: David Ramsey Amiga Vendor Forum · NewTek May 4, 1994 1:15 PM
Does anyone from NewTek actually show up in this section? I can't find any messages from any NewTek personell…
#164038 Header Structs Message #164147
From: David Ramsey Mac Developers Forum · Library Questions March 16, 1994 12:18 AM
Andrew, Are you asking for the headers to the Mac toolbox routines? We don't have any of those here; they're all part of some commercial language package.
#163693 Microphoones Message #163770
From: David Ramsey Mac Developers Forum · MacTech Magazine March 13, 1994 10:20 PM
Brian, You need a new microphone, unfortunately. The new Macs expect line level inputs rather than the lower microphone level inputs; the slightly longer plug on the new microphones conacts a power jack inside the computer to provide power to the mike.
#163637- Mac for Handicap Message #163668
From: David Ramsey Mac Developers Forum · Forum Bus./General March 13, 1994 12:57 PM
Matti, You might want to try posting this message in the Mac Hardware Forum (GO MACHW).
From: David Ramsey Mac Developers Forum · Dev. Environments March 12, 1994 11:19 PM
>> FYI: I believe that Apple will be abadoning the ASLM stuff and going for >> the newer stuff from IBM (which I'm lapsing and can't remember the name >> to right now). God, I hope so. ASLM stinks. SOM (System Object Model), on the other hand, is cool, or…
#142718 #LaserWriter 8.0 Message #142780
From: David Ramsey Mac Developers Forum · Library Questions October 5, 1993 10:02 PM
Bob, I think the most likely explanation of the LW 8.0 snafu is that it was a mistake. Read action !
#142582 #LaserWriter 8.0 Message #142643
From: David Ramsey Mac Developers Forum · Library Questions October 4, 1993 9:49 PM
Su., Apple apparently released the LW 8.0 installer with a timed decompressor that quit working on the first of this month. We've removed it from the libraries and are awaiting 8.1…sorry for the trouble! Read action !
#132589 C++ and MPW Message #132654
Kevin, Welcome to MPW, the development environment where _you_ provide the smarts. You need to write a "make" file for your C++ project that includes the proper "dependency rules." These rules can check file dates to see if a given object file is "later" than its source file. You then…
#132521 Help Add-on? Message #132596
Bob, A company called Altura Software, Inc. has a context-sensitive hypertextual help system they call QuickHelp; it might be appropriate for you. Altura Software 510 Lighthouse Ave., Suite 5 Pacific Grove, CA 93950 408-655-8005
#132484 EPS converters Message #132595
Jon, >> I did ask in the Application Forum. I didn't receive any responses. Hmmm…I'll bet my guess about no such utility existing was correct, then.
#132324 #EPS converters Message #132454
Jon, This is the programmer's forum; you should probably try asking in the Mac Applications Forum (GO MACAP) or the systems software forum (GO MACSYS). Any such conversion program would have to have a Postscript interpreter built into it. I don't think such a utility exists.
#132294 APPL. ICON W/ RESEDIT Message #132452
Greg, No, ResEdit won't automatically update the desktop file info for you (if that's what you were asking).
#132206 #Toolserver Q Message #132248
Manuel, ToolServer can run by itself, in which case there is no stdin, or alongside the shell, in which case there is.
Greg, You need an icon, and an FREF, and a BNDL resource, and you need to set the bundle bit. The easiest way to do this is to copy the icon, FREF, and BNDL out of an existing application into your application, then edit the icon and rebuild the desktop.
#132095 #ToolServer & MPW Message #132137
Greg, Isn't the only way to _get_ Toolserver is to have MPW in the first place?
#131942 String->Expression? Message #131976
Simon, >> Is there any quick and easy way to turn a string (eg/ 'sin(x)') into an >> expression, for which you can substitue a value of x? Not in any Mac language I know of…
#131109- Syquests? Message #131162
J., You need a driver/formatter package such as Casa Blanca Works' "Drive7" or FWB's "Hard Disk Toolkit." Read action !
#80994- Sys 7 Bad Install? Message #81161
From: David Ramsey Macintosh Systems Forum · System/Finder November 16, 1991 1:09 PM
I'm not sure why you removed the system and finder files from your system folder and renamed it; I've never seen that bit of advice mentioned. You should have simply run the installer without doing anything to your existing system. Here's what happened ——————-The Mac keeps track of where the…
#54185- MacBinary Spec? Message #54215
From: David Ramsey Mac Developers Forum · Library Questions June 30, 1991 11:56 PM
John, I'm pretty sure the MacBinary spec is over in one of the MacCom libraries. Try asking over there… Read action !