CompuServe Archive

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

Search Results (205 messages)

#132111 #Software Dev. Tools? Message #132128
Allen, Thanks for the tip. I'll look into it. I appreciate the help. Beckie
#132039 #Nudging the user Message #132126
Joe, I've already be chastened by several others for the slip of my eye when reading the Moto ad in MacWeek. It occurred to me at the time that it would be a major achievement to develop a package that could dissipate 85 watts…but I didn't give it much thought.…
#132050 Software Dev. Tools? Message #132125
Howard, Thanks alot for the information. I'll give it some thought and research and get back to you with more questions. Thanks again! –Beckie–
#132029 #Nudging the user Message #132114
Rich: It's not just wafer size. One has to also consider the number of process steps. The number of layers in the device also adds considerably. So perhaps a cost per process step class is a way to get a better grip. For example the chemicals for etching are indeed…
#132022 #Software Dev. Tools? Message #132111
Rebecca, HyperCard is great for concept work but you do not want to use it for your final application. We did HC work for about 3 years and a lot of the time we saved we had to reinvest into trying to make it do something that we needed it…
#ToolServer & MPW Message #132095
If I have an editor that will work with ToolServer (i.e. Think Project Manager), is there anything that I can do with MPW (the basic $150 Package) that I cannot do with ToolServer? TIA, —Greg
SADE Crashing Message #132091
I am using SADE 1.3. When ever I access the FPU, It drops into SADE with Error type 10, and causes the app that accessed the FPU to crash. It is hard to step through FPU code when SADE keeps dying. Thanks, Tryg
#132057 #Prototyping System Message #132066
Glenn, We'll get some literature right out to you on VIP-C and VIP-BASIC. Thanks for your interest. Tom Nalevanko Mainstay
I am developing some C code on a Centris 650 w/fpu using ThinkC++ 6.0. When I turn on the 68020, 68881 and native floating point options, I get a program crash (bus error) whenever I do a math.c function (e.g. modf, sqrt, fmod, etc.). I've recompiled ANSI per pg. 409…
#131968 #Prototyping System Message #132057
My address is… 13517 Springhaven Dr. Fairfax, VA 22033 Phone W: 703/352-0300 I am very much interested in both products. Thanks, Glenn
#132022 #Software Dev. Tools? Message #132050
Rebecca, As a developer who has let his own children loose on Macs from the age of 2 years, may I suggest: 1. Take a look – a long look – a KidPix. It is exemplary. 2. Avoid HyperCard. Although it is v nice for some things, it lacks most…
Software Testing Message #132049
Thanks Greg. A couple of people have suggested Virtual User (which I wasn't familiar with before) I will look into it.
#132014 #Mystic River alive? Message #132046
Rob, >>I know, but I was sort of hoping that if you needed it enough you'd fix it 🙂 I do, and I would. |-> But I don't have g3states.h! I only have the g3states.c file that generates it. And -that- won't compile, so I can't generate the header to…
#131806 #Nudging the user Message #132039
>>If you've looked at the PowerPC 601 chip's specs, you'll see that the Pentium is a much lower power chip, by far, than the 601 (i.e., 16 W for the Pentium versus 85 W for the 601)! The 603 chip is supposed to have a much lower power consumption.
#131942 #String->Expression? Message #132032
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?" If you're willing to use AppleEvents, and pass the string to either Userland Frontier or HyperCard, either will return a result that you can…
#131936 #Nudging the user Message #132029
Robert, "Is there any kind of generalization one could make on cost given the area of a chip." Yes and no. All manufacturing costs are figured on a per-wafer basis. Depending on the size of the wafer, you might get more or less potential die. Depending upon the average yield/wafer,…
#Software Dev. Tools? Message #132022
HELP! We are trying to develop an interactive software program for use by small children. The program requires graphics, some animation, sound, and VERY IMPORTANT — ease of use. We are looking to develop on a MAC Quadra 800 or a lower model MAC. We are looking for suggestions as…
#131924 TEXT Resource Display Message #132017
Thanks James. I'll C if I can read it. Ron
#131970 #Mystic River alive? Message #132014
Bill, ===> I already have tifflib. Unfortunately there's a problem compiling the Group 3/4 stuff on the Mac.
XTND Translaters Message #132013
Does anyone have any comments about XTND?? I am considering using it as part of a commercial application that needs to extract the text from many different file formats. I was wondering what sort of experience people had had with programming and using it? Also, where can XTND translators be…
#131908 TEXT Resource Display Message #132002
I don't have any uncommented spaghetti (I gave it up for Lent many years ago)! If you can't find any example source code in the MacDev libraries, let me know in a few days and I'll try to abstract some out. It's not that hard, really, but there are a…
#131942 #String->Expression? Message #131989
Simon, Why do you want to do this? Wouldn't it be good enough to use sin(x) intrinsically in a function? What does the BBC BASIC functionality do exactly? I may have a solution for you but hesitate to offer it without knowing more re the intent of the operation. Thanks…
#131942 String->Expression? Message #131988
Simon, 4th Dimension has this capability with the EXECUTE and Get Pointer commands, but you may not be looking for a specialized database language. Craig Miller
#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…
#131937 #Mystic River alive? Message #131970
Thanks Rob, I already have tifflib. Unfortunately there's a problem compiling the Group 3/4 stuff on the Mac. In vers 3.2 beta it even documents it, and turns it off in the makefile. Bill
#131946 #Prototyping System Message #131968
Glen, We have two visual programming products similar in concept to Microsoft's Visual BASIC. They are VIP-C and VIP-BASIC. I would be glad to send you some info on them. If you are coming to Macworld Boston, stop by and see us at booth 5328 WTC. VIP-C will be released…
#131853 #How hard to convert? Message #131960
The tool/object discussion is interesting, and apt, when comparing DOS and the Macintosh interface. I was just reading Macintosh Programming Secrets and there is a section in on of the chapters called "Select, then act." Traditional computer operating systems use "act, then select." For example, to delete text you enter…
#131902 OOP vs. Procedural] Message #131958
Tom, I personally would focus on the ability to take two classes (from an OOP approach) and inherit from them (this does, though, require multiple inheritance to be clearest cut). To stay in the abstract, an OOP programmer who has implemented a sports car class, and a pickup class, should…
#Prototyping System Message #131946
I am new to the Mac environment and I was trying to find a product for the Mac similar to Microsoft's Visual Basic for a PC. I need a product for quick prototyping. Any help at all would be appreciatted. –Glenn Carr
#String->Expression? Message #131942
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? I know that BBC Basic has an expression like this, and it was *very* useful.
#131779 ResEdit & Popup Menus Message #131938
"If you are interested, please order it direct from us. We dislike paying Apple nearly 50% of our income when you buy it through APDA :(. Especially since they use the money to subsidize our competition. There is a demo in the Tools/Debuggers library here. When we release 1.2, we'll…
#131930 #Mystic River alive? Message #131937
Bill, If you have Internet access you could get tifflib by Sam Leffer (sp?) or the PBMPlus libraries. I know the first has CCITT Group 3/4 code, the latter may have it as well. You can FTP tifflib at ftp.sgi.com. Can't remember the directory though. Cheers, Rob
#131912 #Nudging the user Message #131936
Rich, Is there any kind of generalization one could make on cost given the area of a chip. For example the Pentium has around twice the area of a PowerPC 601. Is it possible to roughly estimate expected manufacturing costs using todays tech keeping everything but the chip size constant?…
#131895 Software Testing Message #131935
Thanks, Burt. I owe you one.
Need Group 4 help! Message #131931
I am faced with a bunch of images that need to be decompressed. They were squeezed with CCITT Group 4, using a hardware board that is no longer made. I've turned up a couple of leads, but so far they have fallen through. Tiffit, in the libs here, is a…
#Mystic River alive? Message #131930
Does anyone know if Mystic River Software is still around? They have a demo in the library here called Tiffit, dated 1990. It says they sell a set of libraries to do CCITT Group 3 and 4 compression/decompression. The number listed is answered by a fax, and I've sent them…
#131851 How hard to convert? Message #131928
"Thanks, I'll call to see what they have" Richard, If it's possible, I'm sure that many of the smaller developers would greatly appreciate it if you purchased their tools directly from them. As you've seen, the market for Mac development tools is much smaller than the PC market, and not…
#Dialog help Message #131925
I've got a dialog box that contains several edit text items and I need help with a couple of problems. BTW – I'm using THINK C 5.0. 1) How can I restrict the number and type of characters the user can enter in each item? (I only want to accept…
> I have a help screen I've written that contains a topic list and > a scrolling text area (which doesn't scroll yet). If you don't mind reading C code (I think you requested Pascal) I posted code for the same task, called Show_help. Look for SHHELP.SIT in the libs,…
#131873 AppMaker Resources Message #131919
> I have just started using AppMaker and am wondering if there are any > dicey consequences of using ResEdit on the created resource files. David, I do that all the time (except of course I use Resorcerer; ymmv). AppMaker creates perfectly normal Macintosh resources in a perfectly normal Macintosh…
#131831 TEXT Resource Display Message #131918
I neglected to mention that source code for the more complicated version is available. There are any number of "Help" libraries, that implement a "Help" function. At the heart of most of them is code that gets text from a resource puts it into a TextEdit record lets you scroll…
#131854 How hard to convert? Message #131917
> And I'm sure you wouldn't be surprised to learn that in addition to > PCs, I'm a Rush Limbaugh fan Rush Limbaugh is a Mac fanatic. He's gone on several times about how discomfiting that must be to liberals (a jab at, among other things, John Sculley's avid endorsement…
#131873 AppMaker Resources Message #131915
Dave, The AppMaker document *is* a resource file. You can open it and modify it with ResEdit. Conversely, you can open any existing resource file with AppMaker. When you generate code with AppMaker, it looks at whatever resources are in the resource file at that time. So you can make…
#131828 Nudging the user Message #131914
Craig, You're right. I was mistaken. My old eyes didn't see the decimal point in Motorola's ad for the 601. I come from a semiconductor background and couldn't imagine how Moto could dissipate 85 watts in an LSI package…but I believed it until I was recently told to look for…
#131816 #Nudging the user Message #131912
Robert, "Umm, that's 8.5 watts. Those damn decimal points!!!" You're absolutely right. I looked at the ad once again, using a magnifying glass, and there was, indeed, a decimal point there. That's a whole lot better. I couldn't figure out how Motorola managed to build a package that could dissipate…
Mac Prog Text Editors Message #131911
Gregg, Here's a few lines from my UserStartup*Dan (the * is really a dot [option-8]). MPW loads all the files whose name begins with UserStartup when it starts. This way you can have your own 'autoexec' files which don't get overwritten when Apple releases a new version of MPW. AddMenu…
Brian, Thanks for your help. >>> Of course, this won't scroll or anything. If you want to scroll through text, then you'll probably want to put the text from the resource into a TextEdit record, add a few scroll bars, etc etc. That's about 100-500 lines of code (100 lines…
#OOP vs. Procedural] Message #131902
I have questions for you OOP and Procedural enthusiasts out there. One of the interesting aspects of the 1993 Developers Competition will be the emergence of teams using OOP. Last year we had a few, but none managed to do well (Magic is OOP in some aspects, but would not…
#131871 Pascal->asm->C Message #131898
What Peter said is what I also think should work! Mario
#131718 #Software Testing Message #131895
Apple produced Virtual User a couple years ago. I think it is now in version 2. You can purchase it from APDA. – Burt

Page 3 of 5