CompuServe Thread

AmigaVision With CanDo

3 messages in this thread
#201From: Thomas HoladaySep 9, 1990 4:42 PM
Is it really practical to create an application which uses both AmigaVision and CanDo? What, an AmigaVision button launching a CanDo deck? THol() { cout << "Sir, I exist." ;}
#234From: Ethan SolomitaSep 10, 1990 9:56 AM
Sure. CanDo has the ability to create programs that will respond to ARexx messages so they can both be active and communicate via arexx. — Ethan
#244From: Ray LewisSep 10, 1990 7:55 PM
Thol: Given enough ram (especially chip ram), I don't see where there would be a problem. Just kick off the CanDO application from a cli command, and then control it with AREXX. (Or, for that matter, use AREXX to kick it off.) ?|^] Ray Lewis