CompuServe Archive

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

Search Results (58 messages)

Mac ANDE CASE Message #132688
Anyone familiar with CASE tools on the Mac? I have been asked about a specific tool called MacANDE (Mac Analysis and Design) — not sure of the spelling — anybody use this thing or know about it? dm
#132248 Toolserver Q Message #132685
Yes, but you can't get that functionality when using ToolServer with any other application. Or, rather, Apple won't say how one could get it as it's fairly obvious that it's possible. -Ken Schalk TMON Pro tech support ICOM Simulations, Inc.
#132609 Decomplie Message #132684
Steve: Does theDebugger now support THINK C 6.0 source debugging from the project? Have you any plans to implement support for THINK's new XSYM external symbol file format (ie… to allow source debugging of INITs and the like written in THINK C)?
#132324 EPS converters Message #132683
I've been seeing a lot of ink about DeBabelizer – a conversion tool reviewed recently in MacWeek. I didn't read it, though, so I can't tell you if it will do what you want.
#132324 EPS converters Message #132669
Jon, You may want to look at one of the more expensive versions of Freedom of Press. This porgram can rasterize PostScript files and can probably save the results as a TIFF file (or the equivalent) as an intermediate step to printing. Jeffrey ====================================== Jeffrey Kane, MD Kane Biomedical Systems…
#132585 #Decomplie Message #132609
Simon, The best you can do is a structured disassembly of procedures into assembly with my product, MacNosy. Note that the output of MacNosy can be fed into the MPW assembler. Steve Here is an example of what it can do, the program is divided up into procedures, and within…
#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.
#Decomplie Message #132585
Is there any program/library I can use to decompile code into Pascal?
#132527 AppMaker Demo Message #132543
Gerry, The AppMaker Demo is in Lib 13, Tools/Debuggers, keywords "AppMaker" and "Demo". It's several files so that you can download only what you want. Spec
Andy, Yes, AppMaker 1.5.4 and 1.5.4X are for TC6 and SC++. I'm pretty sure they won't work with TC5. AppMaker 1.5.3 is the TC5 equivalent to 1.5.4X. Spec
Charting Tools Message #132538
Hi, I'm looking for a charting library for C or C++. I'm relatively new to MAC programming, and am having some problems locating tools. If you can recommend some catalogs, I'd appreciate it. Thanks, Rick
#AppMaker Demo Message #132527
What library is the AppMaker Demo located in? Gerry Klug
#Help Add-on? Message #132521
Hope I'm posting this to the right place. We had some programmers port over an application from MS-DOS. They used a programming tool called XVT, which also converts MS-DOS to Windows. We want to add a Help menu item to the program, but the programmers haven't the time and/or Mac…
ResEdit Message #132517
Greetings, Wasn't sure where to post this, any case, was wondering if anyone in this forum could suggest a method of disabling an annoying dialog "Program has been modified, continue anyway?" Dialog appears during one particular application launch. Stems from adding color Icon resources. Thanks
#132454 #EPS converters Message #132484
I did ask in the Application Forum. I didn't receive any responses.
Andy, "the suggestions I've heard indicate I will no longer be able to develop on my 8Mb machine (5Mb free)" I think most of the extra memory usage is also C++ related. But, since I'm doing mostly C++ these days, maybe someone else can chime in to confirm this. Reede
Spec I'd just like to clarify my understanding of the update situation. Am I correct in thinking I need TCL 1.1.3 (ie: Think C 6 or Think C++) to use Appmaker 1.5.4X? I'm unwilling to upgrade from Think C 5 because of the number of bug reports (OK, I know…
#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).
#132431 CMaster Message #132447
Dave, CMaster is sold by Jersey Scientific 545 Eighth Ave. 19th Floor NY, NY 10018 (212) 736-0406 Compuserve: 70400,3361 Reede
#CMaster Message #132431
To all of those in the know, Can someone out there tell me wher to obtain CMaster?? Dave Tenen Advanced Computer Resources Corp.
#EPS converters Message #132324
Help !! I am looking for software which would convert EPS graqphics files to other formats which are commonplace on PC compatible computers like TIFF, WPG, etc. Does anyone know of such software and where I can find it ?
#132297 Multiple windows Message #132307
Greg: >>> All of the windows appear at the correct location when viewed in ResEdit, but when I run my Pascal program, the first one appears in the middle of the screen, while the other 3 appear in their proper locations.
#Multiple windows Message #132297
I created 4 windows in ResEdit 2.1 on a Mac si (sys. 7.1) and am trying to get them to show on the screen simultaneously in THINK Pascal. All of the windows appear at the correct location when viewed in ResEdit, but when I run my Pascal program, the first…
Dave, Thanks for the info. Won't ResEdit automatically take care of these steps if I get into the BNDL resource and change the icon? ==> Greg
#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.
#Toolserver Q Message #132206
I've never needed to use toolserver, but given the new OM I might start. The only thing I don't know if you can still use stdin via toolserver (ie: is the interactivity of the shell intact when going through toolserver)? Manuel
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.
Teachtext document Message #132178
Jay, Any pure text document can be opened up with TeachText. Just make sure the file type is TEXT and the creator is ttxt. (Case is significant.) Simple graphics that take up entire lines can be inserted. The easiest way to do this is a program called TeachTextMaker; I suspect…
#APPL. ICON W/ RESEDIT Message #132158
I'm trying to create an application icon using ResEdit 2.1 (and sys.7). I followed the steps that are outlined in _Mac. Pascal Programming Primer_ by Mark and Reed, but I still get the usual application icon instead of my customized icon. The application was created in THINK Pascal 4.0. I…
#132137 ToolServer & MPW Message #132147
I'm pretty sure I noticed a ToolServer package being sold separately in the latest APDA catalog. – Dennis
#132095 #ToolServer & MPW Message #132137
Greg, Isn't the only way to _get_ Toolserver is to have MPW in the first place?
#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
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.
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…
#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…
#131895 Software Testing Message #131935
Thanks, Burt. I owe you one.
#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…
#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…
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…
#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
Steve, Thanks for the info, I'll give it a try. – Dave
#AppMaker Resources Message #131873
I have just started using AppMaker and am wondering if there are any dicey consequences of using ResEdit on the created resource files. Of course, I realize that the Appmaker code won't know about the new resources, but I'm primarily interested in spicy up the existing resources. Thanks for any…
#131779 ResEdit & Popup Menus Message #131838
Doug, Resorcerer sounds great! Thanks for the long description. > The demo's are pretty large, so we can send you a disk in the mail also. Please send the demo disk to me at: John Carlsen 2 Hawthorne Place – 14J Boston, MA 02114 Thanks, John
#131759 ResEdit & Popup Menus Message #131805
"Would you mind comparing and contrasting Resorcerer to ResEdit?" Here are the top 2 reasons why I use Resorcerer: 1) ResEdit crashes frequently during use. Resorcerer has never crashed in 2 years of heavy use. 2) When ResEdit crashes, it often damages your resource file so it is unusable. If…
Discipline Message #131787
Thanks, Gene. That makes things more clear.
How's that for starters? There's a bunch more, but it's late :). I have personally been working on Resorcerer (more than) full-time for about 5 years, and my company has been selling it direct to developers for about 3 years. Most of the Mac programs you see ads for are…
* RR's Menu Editor lets you try out 'hmnu' resources, as well as hierarchical sets of menus. You can cut and paste arbitrary selections of menu items, for instance. * RR has a dedicated 'STR#' editor [it can open a 'STR#' with 30,000 strings in it in about 10 seconds…

Page 1 of 2