CompuServe Archive

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

Search Results (830 messages)

From: Bob Rakosky Amiga Tech Forum · C Programming July 29, 1991 12:23 AM
John, I believe there's an AmigaDOS function to do it in 2.0, but I assume you're trying to maintain pre-2.0 compatibility. The following function works reliably for me: —————————– CHAR pbuf[MAX_PATH]; CHAR * lock_to_pathstr(BPTR lok) { char buf0[MAX_PATH]; BPTR plok; int i; struct FileInfoBlock *fib; pbuf[0] = '\0'; fib =…
From: Bob Rakosky Amiga Tech Forum · C Programming July 28, 1991 1:12 PM
Rodger, All of the files related to our C class are found in Library 15 of this forum. Hope this helps…. …BobR
From: Bob Rakosky Amiga User Forum · Hot News and Rumors July 25, 1991 11:32 PM
The windows analogy is an interesting one. Look at the costs involved for the developer there. The SDK costs about $300, if I remember right. In order to use the SDK, you MUST also purchase Microsoft's C Compiler package, which is another $250 – $400 (street prices). I'm not sure…
From: Bob Rakosky Amiga User Forum · Hot News and Rumors July 25, 1991 4:37 PM
Gary, You are erroneously equating a perceived cause-and-effect here. The memory manager looks at two of the MEMF_ bits to determine which memory pool(s) to use to satisfy the allocation request. These two bits are MEMF_CHIP and MEMF_FAST. If _neither_ of these flags are set, then the memory manager's actions…
From: Bob Rakosky Amiga User Forum · Forum Business/Help July 25, 1991 4:37 PM
Philippe, I'm not aware of any such program for the PeeCee. It would be a major "hack" if it's at all possible, because the PC disk controller is sector oriented, while the Amiga disk format contains a single physical sector per track, divided by the software driver into 11 logical…
From: Bob Rakosky Amiga User Forum · Hot News and Rumors July 25, 1991 4:37 PM
Martin, The point is more that _commercial_ software hasn't necessarily followed the rules, which has caused problems when upgrading the OS, and there's really no excuse for that. Anyone who's developing commerial software for the Amiga has the responsibility to be a registered developer with Commodore (IMHO) and Commodore has…
#12464 Hex File Dumper Message #12465
From: Bob Rakosky Amiga Tech Forum · Forum Business/Help July 24, 1991 10:03 PM
Jay, You have such a program already, as it's part of the standard Amiga… command set. Just use the CLI command "type" with the hex option, as follows: 1> type file-name opt h This will give you a hex dump of the file. Hope this helps…. …BobR
From: Bob Rakosky Amiga Tech Forum · Library News July 23, 1991 11:01 PM
The class is for beginners, but it is not for idiots. They're the ones that don't need a class! It's probably not too late to start the class – last week's class was primarily an organizational meeting. You should download the transcript and lectures (from Library 15) and show up…
From: Bob Rakosky Amiga User Forum · Hot News and Rumors July 23, 1991 10:42 PM
Apparently either the docs _were_ unclear to some developers or some developers never read the docs. Be that as it may, it is unfortunate but it would also be very unfortunate for all of us if a significant amount of software were to break. Our market is to small to…
#29834 DNET Woes Message #29846
From: Bob Rakosky Amiga User Forum · Communications July 23, 1991 10:39 PM
Kirk, Sorry, but I've never used dnet, so can't really help you. Hopefully, one of our members will "butt in" here (this is an encouraged practice here ) and offer some assistance. You may want to leave questions of this nature addressed to "ALL" instead of "sysop", as our members…
From: Bob Rakosky Amiga User Forum · Hot News and Rumors July 23, 1991 7:45 PM
Vic, Commodore engineering has _unofficially_ declared MEMF_PUBLIC to mean nothing. It seems that too many programs misused it, to the point that if-and-when an implementation change would enforce the (possible) intended meaning, too much software would break. Consequently, if-and-when the need arises to enforce a MEMF_PUBLIC-like differentiation, a new type-bit…
#29758 #9600 baud & WHAP! Message #29817
From: Bob Rakosky Amiga User Forum · Communications July 23, 1991 7:44 PM
Rick, One thing for you to check: make sure the modem is configured with "AT&K3" to use RTS/CTS (hardware) flow control. Also, make sure you have the 7-wire button selected in Whap. Also, change your serial preferences to enable Hardware-handshaking. These changes can make a difference, although I suspect there…
From: Bob Rakosky Amiga Tech Forum · ARexx July 20, 1991 10:27 PM
Mike, Because your variable name (dirname) is enclosed in the quotes, ARexx won't process it as a variable reference, but will simply pass it as part of the literal string. What you'd need to do is as follows: 'dl' dirname '| execio stem D.' This way, the dirname is not…
#12283 #CROSSDOS Message #12305
From: Bob Rakosky Amiga Tech Forum · System Software July 20, 1991 10:20 PM
Michael, Problem with your short term memory, eh? Actually, the ARexx script to which you refer (to delete .info files) was just uploaded here, and "announced" in the Message base yesterday. …BobR
#29474 LZH Blues Message #29509
From: Bob Rakosky Amiga User Forum · Communications July 20, 1991 10:09 PM
Robert, There's a file in Library 5 of this forum called ARCHLP.EXE – it is a tutorial program that will teach you how to use the various archive programs that we use here, including LHARC. This program can be run as is, after downloading. Highly recommended. Hope this helps…. …BobR
#29424 DOWNLOAD HELP Message #29452
From: Bob Rakosky Amiga User Forum · Communications July 20, 1991 12:47 PM
Jeff, You are really close. Assuming that the disk you want to download to is named "JBT1:", you should use the filename "JBT1:CHEMES.LZH" — note that there is no slash ('/') character there. That's what caused your first problem. Do you know about 'archived' files? Most of the files we…
#12210 DevCon mailing Message #12228
From: Bob Rakosky Amiga Tech Forum · Developers July 19, 1991 11:42 AM
I think CompuServe will be well represented at DevCon. I know I'll be there.
#29254 Downloading/A500 Message #29263
From: Bob Rakosky Amiga User Forum · Communications July 18, 1991 11:30 PM
Jeff, The documentation for the AmigaTerm software package is wrong. In order to be able to download successfully, you need to configure your system to 8 data bits, no parity, 1 stop bit. (8N1). Compuserve has a Practice area that allows you to "play around" with the system software without…
From: Bob Rakosky Amiga Tech Forum · ARexx July 16, 1991 11:56 PM
Mike, I think the gun is the right approach. Trying to parse lines that contain file names is sure a mess when the names can include spaces. I seem to remember Bill adding a paramter to some of the functions that return lists of names so that you can specify…
#12116 #printer and BASIC Message #12126
From: Bob Rakosky Amiga Tech Forum · General Programming July 16, 1991 11:49 PM
Bob, I was willing to help you until the last line in your message, concerning CICS COBOL. Now you really have my sympathies! The problem you're running into with your printer is that the Amiga uses a "device driver" to communicate with the printer. This driver knows a "standard" set…
#10325 HAME Plague Message #10330
From: Bob Rakosky Amiga Arts Forum · General Help July 15, 1991 3:51 PM
Kevin, I'm not sure I totally understand your problem. The HAME pictures are segregated into their own library (Lib 10). All pictures that require the HAME are clearly labeled as such in the file descriptions. Now its true that the HAME pics are also "mixed in" with other files in…
From: Bob Rakosky Amiga User Forum · Amiga Hardware July 15, 1991 3:51 PM
Greg, I trust your memory on this much more than mine. You even know which end of a soldering iron to use! I know I had the mod done to my Amiga, but I left the details to my service tech. Brought my machine in and told him to apply…
From: Bob Rakosky Amiga Tech Forum · System Software July 14, 1991 10:57 PM
Glad you got things working. …BobR
#28576 Downloading/Amiga500 Message #28687
From: Bob Rakosky Amiga User Forum · Forum Business/Help July 14, 1991 2:54 PM
Jason, If you could supply a little more information for us, we'd be glad to try to help you out. What terminal program are you using? How many disk drives do you have? What have you tried up to now, and what types of errors are you seeing? Your original…
#28563 CGFonts and Such Message #28572
From: Bob Rakosky Amiga User Forum · Word Processing/DTP July 13, 1991 11:29 PM
At least I was stiffed for a small amount of money.
From: Bob Rakosky Amiga Tech Forum · System Software July 13, 1991 2:36 PM
Allan, The order of the drives (in terms of SCSI ID) doesn't matter. It does matter significantly that the two drives are configured for _different_ ID's, though. Also, it is important that the last drive on the cable (physically last) have the terminator resistors installed and that the other drive…
#12021 Hero's Quest Message #12024
From: Bob Rakosky Amiga Tech Forum · System Software July 13, 1991 2:36 PM
Randy, I don't have an answer for you, as I don't have Hero's Quest. I would suggest that you ask your question in the Amiga Arts forum (GO AMIGAARTS), as most of our game players are members there. That's where all of our Games topics are. Hope this helps… …BobR
From: Bob Rakosky Amiga User Forum · Amiga Hardware July 13, 1991 2:35 PM
Richard, A couple of thoughts. You don't mention what rev motherboard you have in your 2000. There was a slight problem in some earlier 4.x motherboards that had a slight DMA conflict with accellerator boards. I don't remember the exact details, other than there is a tech service bulletin about…
#28427 #CGFonts and Such Message #28514
From: Bob Rakosky Amiga User Forum · Word Processing/DTP July 13, 1991 2:35 PM
Don, You mean you actually got paid by Transactor/UK? That's the one area in which I think at least some of the authors were mis-treated. I know I never received any payment from them for the article of mine that they published. Never even got an "author's copy" either. …BobR
#28240 Amiga2.0 Message #28249
From: Bob Rakosky Amiga User Forum · Forum Business/Help July 11, 1991 7:13 PM
David, 2.0 has not yet been released to the public, except for the 3000. The reason for this is that is has not been ready to burn into ROMS (until recently). CBM did not want to burn the ROMs prematurely, as that would have caused more problems than it was…
#10157 AMAS and AmigaVision Message #10177
From: Bob Rakosky Amiga Arts Forum · DeskTop Video July 11, 1991 3:05 PM
Jim, I think you're a bit confused – there's no such beastie as a "raw IFF". If the file is an IFF sampled sound, then it _is_ 8SVX. However, it may be a "stereo" sample, which may or may not work with AmigaVision (I really don't know). What you are…
#28003 WB 2.0 save prefs?? Message #28015
From: Bob Rakosky Amiga User Forum · Hot News and Rumors July 9, 1991 11:40 PM
Douglas, I don't know of a program that will save all of your preferences for you, but there is a way to save the individual pref's sets from each preferences editor. Use the menu command "Save As…". The file saved will have an icon that can simply be double-clicked to…
#27975 Mirror Drive Message #28013
From: Bob Rakosky Amiga User Forum · Amiga Hardware July 9, 1991 11:31 PM
The boot priority is one of the data elements stored in the rigid disk block (and is set via the HDToolBox for the 3000). If a drive doesn't have a valid RDB, it's not a boot candidate. If more than one drive have the same boot priority, I believe that…
#27941 A3000 HardDrive Message #27967
From: Bob Rakosky Amiga User Forum · Amiga Hardware July 9, 1991 5:31 PM
Tim, Another alternative (although still not particularly desirable) is to simply let the system complete its first boot sequence and then do the Ctrl-Amiga-Amiga dance of fire. Since the Seagate is already spun up, it should be recognized during this second "warm" boot. I am in a similar situation with…
#27261 #Workbench 2.0 Message #27295
From: Bob Rakosky Amiga User Forum · Forum Business/Help July 4, 1991 1:10 PM
Bill, It really depends on what is being remapped. In the case of the KS ROM being remapped by the MMU, then you are correct that the "speed hit" is offset by the gain achieved by the speed difference between 32-bit RAM access and ROM access. Other uses of the…
#27181 #Workbench 2.0 Message #27208
From: Bob Rakosky Amiga User Forum · Forum Business/Help July 3, 1991 11:27 PM
Bill, ZKick uses a specially compiled/assembled version of kickstart to do its magic. It will not work with a "standard" kickstart image. As far as I know, SETCPU (or the equivalent) is the only way one could run a "standard" kickstart image from a file, and that requires the use…
From: Bob Rakosky Amiga User Forum · Amiga Hardware July 2, 1991 4:53 PM
Daniel, You're right, of course. Unfortunately, it is not possible to take that approach in C directly. However, using the appropriate CBM "math….library" is almost the same, as it is doing the same thing you're doing (and is written in assembler). I haven't done any benchmarks personally – I _never_…
From: Bob Rakosky Amiga Tech Forum · Hot News and Rumors July 2, 1991 4:52 PM
Betty, Actually, Doug has been working on the C compiler at SAS ever since parts of the compiler were developed there. So you have seen the product of his work already! He just got promoted to the leadership role. …BobR
#11690 WB2.0 on A2000? Message #11696
From: Bob Rakosky Amiga Tech Forum · Forum Business/Help July 1, 1991 11:16 PM
Bruce, Until Commodore releases 2.0 ROMs for the 2000, you cannot run the 2.0 from your 3000 on your 2000. Commodore has made available to developers a special form of the kickstart that can be used on 2000's, but it is not a particularly stable way to run the OS…
#26846 Workbench 2.0 Message #26885
From: Bob Rakosky Amiga User Forum · Forum Business/Help July 1, 1991 4:46 PM
Jim, If your son is legitimately using WorkBench 2.0 on his 2000, then he has access to the proper channels to report any problems encountered. 2.0 for the 2000 is ONLY available to developers registered with Commodore, and there are specific methods available for developers to work with CBM. From…
From: Bob Rakosky Amiga User Forum · Amiga Hardware July 1, 1991 4:45 PM
[ continuation ] instructions. As to why the sky is blue – you'll have to ask that in one of the IBM forums. That's a marketing question! Hope this helps….. …BobR
From: Bob Rakosky Amiga User Forum · Amiga Hardware July 1, 1991 4:45 PM
Keir, There is no simple answer to your questions, as different programmers have dealt with this issue in different ways. For example, Impulse chose to go the "direct" route as you've discovered. This means that their FP version has been created with in-line floating-point instructions that go straight to the…
From: Bob Rakosky Amiga Tech Forum · Forum Business/Help March 21, 1991 12:10 AM
Norvel, There were a total of 3 archives that were part of that UUCP distribution – the sources (which you downloaded), and two archives of executables and documentation. I believe the executable files ended up in Library 5 of AmigaUser – look for the files "UUCP1.LZH" and "UUCP2.LZH". Hope this…
From: Bob Rakosky Amiga Tech Forum · Forum Business/Help March 21, 1991 12:07 AM
Jim, You can connect practically any multisync monitor into the standard Amiga RGB output port (no flicker-fixer type device required). I have at times connected both a Nec 3D and an Imtec multisync to my 2000's RGB port. The trick is making sure you have a proper cable. What you…
#17651 #Hard Drive Blues Message #17658
From: Bob Rakosky Amiga User Forum · Amiga Hardware March 17, 1991 8:44 PM
[ continuation ] to allow it to remap bad blocks. Hope this helps…. …BobR
#17651 Hard Drive Blues Message #17657
From: Bob Rakosky Amiga User Forum · Amiga Hardware March 17, 1991 8:44 PM
Tim, Unfortunately, the only way to correct your problem with the incorrect high cylinder is to respecify the high cylinder (via the "rdprep" program that comes with your HardFrame.). NOTE that by doing this, ALL DATA ON YOUR DRIVE will be lost, so BE SURE TO TAKE A BACKUP OF…
#17644 deARCers Message #17656
From: Bob Rakosky Amiga User Forum · New Amiga Users March 17, 1991 8:43 PM
Chris, In Library 5 of this forum is a file called "LHARC.EXE" – this is not an archived file and may be run exactly as downloaded (although you may want to rename the file "lharc" on your system). We also have the executable, non-archived version of Zoo in the same…
#17509 2090 and A2091 Message #17538
From: Bob Rakosky Amiga User Forum · Amiga Hardware March 16, 1991 4:57 PM
Mike, If I remember correctly, the J4 connector is the same thing as the J5, except that it's an LED connector for the SCSI drives, rather than the ST506 drives. It's been a while since I've mucked about with my 2090, so I don't remember for sure (nor do I…
#17473 2090 and A2091 Message #17485
From: Bob Rakosky Amiga User Forum · Amiga Hardware March 15, 1991 11:24 PM
Mike, I think you are going to continue to have trouble as long as you have the DH0: partition on your SCSI drive. What I suggest you try is to change the partition information for the drive connected to your 2091 (BE SURE YOU HAVE A GOOD BACKUP FIRST). Using…
#17284 2090 Controller Message #17335
From: Bob Rakosky Amiga User Forum · Amiga Hardware March 14, 1991 12:13 PM
Darrell, They should "theoretically" work just fine. While I do not have a GVP controller, I am currently running with both a 2090 and a Microbotics HardFrame. In my case, both controllers are currently driving SCSI devices, although I previously had an ST506 drive connected to the 2090 with no…
1 2 3 16 17 Next →

Page 1 of 17