CompuServe Archive

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

Search Results (419 messages)

From: David F. Johnson Forum: Mac Developers Forum March 16, 1994 9:19 AM
John, "Sounds like some of the non-disclosures I've signed, which make it seem like you can't even tell yourself what you're doing. :-)" That's funny! David
Reply to message #164044
From: David F. Johnson Forum: Mac Developers Forum March 16, 1994 9:19 AM
John, The recently released PowerPC models would be top of the line, though until the software you need runs in native mode you'd probably be taking a performance hit. A Quadra 800 is probably the faster 68k machine available. David
Reply to message #164043
#163433-FSRead problem Message #164187
From: Andre Coulombe Forum: Mac Developers Forum March 16, 1994 8:24 AM
Steve, Something like this will do whast you want (I did not put error checking for clarity) short number; Str255 numberString; short numBytes; numBytes = 2; // I want to read a short FSRead (ref, &numBytes, &number); // read the file NumToString(number, numberString); // Convert an integer to a Pascal…
Reply to message #163433
Scripting QuicKeys Message #164186
From: Tobias Boskamp Forum: Mac Developers Forum March 16, 1994 8:14 AM
Hi all, I am trying to script QuicKeys to control an application that does not support AppleEvents. I can play a QK macro by sending the "PlayByName" script command to QK, but it seems to never return to the script when the QK macro is done. Is there such a…
From: Dave Overton Forum: Mac Developers Forum March 16, 1994 7:44 AM
The structure of the Resource fork is documented in Inside Mac Vol 1. Also you might look at Apples docs on the Apple Single/Double formats. Dave Overton
Reply to message #164039
#164054-CodeWarrior Message #164182
From: Dan Podwall Forum: Mac Developers Forum March 16, 1994 7:43 AM
>Is there a Metrowerks forum (similar to Symantec's forum) on CompuServe? No, not on CompuServe. There is one on America Online, but who would want to use that :). Dan Podwall Metrowerks, Inc.
Reply to message #164054
From: Andre Coulombe Forum: Mac Developers Forum March 16, 1994 6:17 AM
Thank Steve, I dont have an an AV either, that why I ws asking. Andre
Reply to message #163451
From: Geoff Northcott Forum: Mac Developers Forum March 16, 1994 3:41 AM
It also has the ability to cope with multiple processors on daughterboards added at a later time, ie v quick Cheers Geoff
Reply to message #164122
#164168-PowerOpen Message #164169
From: Geoff Northcott Forum: Mac Developers Forum March 16, 1994 3:41 AM
[continued] Windows: You get in the car and drive to the store very slowly because attached to the back of the car is a freight train. Macintosh System 7: You get in the car to go to the store, and the car drives you to church. UNIX: You get in…
Reply to message #164168
#164167-#PowerOpen Message #164168
From: Geoff Northcott Forum: Mac Developers Forum March 16, 1994 3:41 AM
[continued] component software and in-place editing lets us deliver solutions that address specific needs of the user without getting in the way. " OpenDoc is a cross-platform application architecture, which contributes to Apple's goals for fitting in. Apple is working with companies such as IBM, Novell, Taligent, WordPerfect and Xerox…
Reply to message #164167
#164149-#PowerOpen Message #164167
From: Geoff Northcott Forum: Mac Developers Forum March 16, 1994 3:41 AM
Here they are; Apple Charts Course for Operating Systems ========================================= [adapted from press release] March 7, 1994 – Apple Computer, Inc., today outlined its "Stand Out and Fit In" strategy for the future development of its Apple Macintosh operating-system software. "We aim to make Macintosh technology even more relevant -…
Reply to message #164149
From: Steve Stockman Forum: Mac Developers Forum March 16, 1994 3:18 AM
Ken: >>> Inside Macintosh volume 5 describes the ictb resource, with which one can control the color and font of individual dialog items. However, ResEdit offers nothing but hex for editing them. Does anyone have tools to help? (A ResEdit template, a better dialog editor, or a recommendation for a…
Reply to message #164106
From: Neil Ticktin/MacTech Mag Forum: Mac Developers Forum March 16, 1994 3:04 AM
Jody, I would agree that this is a good approach. Thanks, Neil Ticktin Editor-in-Chief MacTech Magazine (formerly MacTutor)
Reply to message #164080
From: Neil Ticktin/MacTech Mag Forum: Mac Developers Forum March 16, 1994 3:04 AM
David, >> How much would it cost to get an equivalent Macintosh setup? At least as much, or more? Try less — the factually correct answer.
Reply to message #163969
From: Neil Ticktin/MacTech Mag Forum: Mac Developers Forum March 16, 1994 3:04 AM
David, >>I believe most Mac develops better start learning how to program Windows. Your defensive stance makes you sound like an Intel commercial trying to battle Power Macintosh — a clearly superior machine. I've heard several Windows users planning to make the switch to Power Macintosh simply because Intel is…
Reply to message #163977
From: Neil Ticktin/MacTech Mag Forum: Mac Developers Forum March 16, 1994 3:04 AM
David, >> Please, enlighten us with the "things you've been hearing" with regards to Windows "gotchas". I am not able to give you specifics. What I can tell you is that the Windows API is counter intuitive ENOUGH that experienced programmers read through documentation, run into a problem and then…
Reply to message #163967
From: Geoff Northcott Forum: Mac Developers Forum March 16, 1994 2:23 AM
>>I'm seriously considering this machine when it comes out. It is out, got one yesterday Cheers Geoff
Reply to message #163943
From: E. Theodore Sobel Forum: Mac Developers Forum March 16, 1994 1:49 AM
Am I correct in assuming this is an on-site only offer, i.e. no telecommuting? -Ted Sobel
Reply to message #164083
From: John MacVeigh Forum: Mac Developers Forum March 16, 1994 1:41 AM
Try MACSYS or MACHW (Systems Forum and Hardware Forum). The fact that searching with Norton did not locate the text actually bolsters the argument that the problem may be in a disk driver, as I don't think Norton searches those blocks. –John
Reply to message #164063
#164112-NY User Group Message #164156
From: Robert S. Mah[OSB] Forum: Mac Developers Forum March 16, 1994 12:37 AM
NYMUG is the New York Mac User's Group (duh). I think they have meetings the first wednesday of every month. They have a First Class BBS you might want to call for more info (you might be able to find the # in a BBS listing in the Mac Communications…
Reply to message #164112
From: Alberic Muller Forum: Mac Developers Forum March 16, 1994 12:36 AM
Ned, If your UPS sends some sort of command string over a serial line, it easy to write a process that would parse the string and trigger a shutdown under A/UX. If the two serial ports of the Mac are already used, you need an additional serial line interface and…
Reply to message #163539
From: Alberic Muller Forum: Mac Developers Forum March 16, 1994 12:35 AM
Bob, Drivers are in the A/UX kernel and are the only pieces of software that can access the hardware directly. A/UX provides an environment for what a Mac driver (PRER) "sees". Because this environment does not allow hardware access, it is possible that some Mac drivers return errors while initializing.…
Reply to message #163521
From: Alberic Muller Forum: Mac Developers Forum March 16, 1994 12:35 AM
David, I am not sure that there is a set of agreed on features that RISC architectures must comply with to be dubbed as pure RISC. One of the issues is for example uniform instruction width. You can read more about RISC systems in relation with the PPC in: -…
Reply to message #163943
#163897-#PowerOpen Message #164149
From: Alberic Muller Forum: Mac Developers Forum March 16, 1994 12:35 AM
Geoff, No, I haven't seen recent formal OS annoucements from Apple. I am looking forward to see them posted here. Alberic
Reply to message #163897
From: Eric Long Forum: Mac Developers Forum March 16, 1994 12:33 AM
Steve, I got it all working. Once I understood that the NMRec was lost once I exited the function, it was all clear. I made the NMRec a global so I could pass it through my event loop. Actually, I restructured everything and I'm much happier with what I've got.…
Reply to message #164010
#164038-Header Structs Message #164147
From: David Ramsey Forum: Mac Developers Forum 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.
Reply to message #164038
Mac/Windows class lib Message #164146
From: Gene Halverson Forum: Mac Developers Forum March 16, 1994 12:04 AM
I am looking for a cross platform (Mac/Windows) C++ class library. I need to port a Mac application to Windows. I would like to rewrite the Mac program using a cross platform library then move it to windows and "just" recompile it there. I have looked at XVT but don't…
From: Donald Olson Forum: Mac Developers Forum March 16, 1994 12:02 AM
Eric, In what form are you specifying the file to open? I'll bet that FH expects an alias or a list of aliases to files to open. In AS try: open alias "My:Path:To:Open" or open {alias "My:Path:To:Open", alias "My:Path:To:Open2"} Donald
Reply to message #164053
From: James Luther Forum: Mac Developers Forum March 15, 1994 11:06 PM
The list won't be released. However, you can see if a specific creator type has been assigned by using the "C/F Registration Requests" HyperCard stack that's on every Apple Developer CD. -Jim
Reply to message #163833
From: James Luther Forum: Mac Developers Forum March 15, 1994 11:01 PM
You searched your whole disk (not just the current selected file) and didn't find any of the words you saw in the message? Hmmm…
Reply to message #164062
From: Manuel Veloso Forum: Mac Developers Forum March 15, 1994 10:55 PM
David, < Well, I've not yet written any ASLM/CFM-based code. However, it seems highly possible that the APIs between ALSM/CMF-based code could mimic that of DLLs, thereby producing the highest yield of coding time invested. > Actually, the aslm is really a subset of the CFM, and you'll have to…
Reply to message #163847
From: Mark DeNyse Forum: Mac Developers Forum March 15, 1994 10:54 PM
Howard, I agree completely. I was just trying to have a little fun. Oh well. 🙂 > Mark
Reply to message #164088
From: Mark DeNyse Forum: Mac Developers Forum March 15, 1994 10:54 PM
Steve, True enough. I was _attempting_ to have a bit of fun. Oh well. Actually though, Quickeys recording window kind of falls into the category of a window that stays open at all times while recording, even across layer switches. > Mark
Reply to message #164017
From: Mark DeNyse Forum: Mac Developers Forum March 15, 1994 10:54 PM
Danny, Glad I could help. If you'd like the source code, let me know and I'll upload it – hardly anything stellar, but it got the job done. 🙂 Actually, I'm finding it useful myself – I leave it running to tell me how long I have until my product…
Reply to message #164066
#Comments on Learn C Message #164136
From: Bob Stavert Forum: Mac Developers Forum March 15, 1994 10:54 PM
Hi Dave, I read your book on Learn C on the Mac. It was a very enjoyable book. I found the following "simple" errors which you may want to note. 1. Page 143. 11 sentences down the word "Paramters" should be "Parameters" in the sentence How Function Parameters Work. 2.…
From: Steve Siegel Forum: Mac Developers Forum March 15, 1994 10:24 PM
Dave, I'm primarily looking for supported code, but your message got me interested in checking this out. Unless you have this at you fingertips and could easily email it, a pointer to help me locate it at some point would be _more_ than adequate, and appreciated. Thanks very much, Steve
Reply to message #164026
From: David Parker Forum: Mac Developers Forum March 15, 1994 10:17 PM
"You really are new to Mac development, aren't you?" Afraid so. I purchased a Mac IIcx when the ink was still wet on the documentation. I used Macs, but didn't do any programming. I've been on the Intel side with … Windoze. I miss Macs. I hope CompUSA has good…
Reply to message #164119
Zinc x-platform? Message #164128
From: Burt Johnson Forum: Mac Developers Forum March 15, 1994 9:54 PM
Has anyone here used the Zinc platform? I saw a demo at the Software Development conference in San Jose and was rather impressed with it. I was also surprised that I had not heard of it before though. They have portable versions for Mac, Windows, NT, DOS, Unix, etc, and…
Mac Game Progrmng Book Message #164123
From: Derrik Walker II Forum: Mac Developers Forum March 15, 1994 9:11 PM
Andrew, I think you caught my part of a thread. I was responding to some one who was talking about writing a book about game programming. He had the Idea and wanted feedback. -Derrik
From: Derrik Walker II Forum: Mac Developers Forum March 15, 1994 9:11 PM
In this packet I got from Moto on the PPC's, it says the 604 is as fast as a DEC Alpha. Also it says that we will se it in machines be years end. -Derrik
Reply to message #163225
From: Mayson Lancaster Forum: Mac Developers Forum March 15, 1994 8:53 PM
>>Is there an expected release date for the PowerPC and its System 7?
Reply to message #163934
From: Mark DeNyse Forum: Mac Developers Forum March 15, 1994 8:26 PM
David, We develop an application for both Mac and Windows at my company. On the Mac, I use TCL, and the Windows dudes use MFC. It usually takes 1.3 times longer to implement the same features than I do. A lot of it has to do with TCL being more…
Reply to message #163966
#Bug Alert Message #164117
From: Richard Kinder Forum: Mac Developers Forum March 15, 1994 8:06 PM
For Dave Mark; Using your wonderful publication Mac C Programming Primer, and having difficulty compiling past DoEvent on page 173. Compiler signals a bug (I hate that), in the second case statement noting an improper number of arguments in DoUpdate (eventPtr); Can you help a neophyte? Rich Kinder/Exit
From: Water's Edge Software Forum: Mac Developers Forum March 15, 1994 7:28 PM
David, >> Thanks for the reply. What you described I am interested >> in somewhat. Can you send me some documentation on your >> product? My primary concern, at least, as I see it now, >> is a front end graphical package that will allow me to >> draw objects,…
Reply to message #164059
#NY User Group Message #164112
From: Mike Palma Forum: Mac Developers Forum March 15, 1994 7:26 PM
All… Does anyone know of a programmer and/or user group in the Greater New York area. I live on Long Island and I would like to get "connected" with a Macintosh user group on Long Island or in New York city. Any suggestions? Mike
#164079-CopyBits on SE Message #164108
From: allen joslin Forum: Mac Developers Forum March 15, 1994 5:51 PM
It's a MacApp program — you sure you want to get into this? It runs fine on non-68000's but not very well on 68000's. The symptom I've been watching is an inability to list resources w/MacsBug (i.e. rd PICT). I put Debugger() as the first line of code in my…
Reply to message #164079
From: Ned Fisher Forum: Mac Developers Forum March 15, 1994 5:09 PM
3/15/94, 18:23 Subject: Ups software for: a) AppleShare 4.0 on System 7.1 b) AppleShare Pro running alongside A/UX Technical Support: Sutton Designs, Inc. manufactures a line of upses and currently sells them on a number of large government contracts including the Comprehensive Health Care System, which is a 1.1 billion…
#Editing color dialogs Message #164106
From: Kenneth P. Brooks Forum: Mac Developers Forum March 15, 1994 4:58 PM
Inside Macintosh volume 5 describes the ictb resource, with which one can control the color and font of individual dialog items. However, ResEdit offers nothing but hex for editing them. Does anyone have tools to help? (A ResEdit template, a better dialog editor, or a recommendation for a product?) Ken…
#163911-QD Geometry Message #164105
From: Patrick D. Parker Forum: Mac Developers Forum March 15, 1994 4:57 PM
Thanks for the advice, Peter. I ended up implementing something similar to what you suggested, using arctan to find the angle of the main line. Works great… Patrick
Reply to message #163911
From: Owen Griffiths Forum: Mac Developers Forum March 15, 1994 4:48 PM
I am converting a Mac program to Windows, and I need to move the resources into the Windows environment. I have lots of picts, also strings, user defined resources, cursors, etc. I want some tools that will assist in this process. At the very least I need something that will…
1 2 3 … 8 9 Next →

Page 1 of 9