Re: Calling Radio from CLI
Posted
Last Modified
In Response To
2/26/2002; 12:59 PM by James SpahrLast Modified
In Response To
2/26/2002; 12:59 PM by James Spahr
Re: Calling Radio from CLI (#16207)
Reply To This Message [Edit]
> It shouldn't take more than just editing a few strings to get it to
> work with Radio.
cool. Looks like this is all that is needed:
// OSType idfrontier = 'LAND';
// Changed ID to Radio - JSp 2/26/02
OSType idfrontier = 'Radu';
Line 70 of main.c
That should be all I need, since I do not need to call Radio & Frontier on
this machine (and I'm not going to try to figure out how to change the name
of the build file)
I did have to copy over traps.unix, & create a user.unix.scripts -- but
everything seems to run just fine.
Thanks.
James.
> work with Radio.
cool. Looks like this is all that is needed:
// OSType idfrontier = 'LAND';
// Changed ID to Radio - JSp 2/26/02
OSType idfrontier = 'Radu';
Line 70 of main.c
That should be all I need, since I do not need to call Radio & Frontier on
this machine (and I'm not going to try to figure out how to change the name
of the build file)
I did have to copy over traps.unix, & create a user.unix.scripts -- but
everything seems to run just fine.
Thanks.
James.
Enclosures
None.
Replies
traps.unix for Radio? (was Re: Calling Radio from CLI)
2/26/2002 by Jim Roepcke
On Tuesday, February 26, 2002, at 09:59 AM, James Spahr wrote: > I did have to copy over traps.unix, & create a user.unix.scripts
2/26/2002 by Jim Roepcke
Re: Calling Radio from CLI
2/26/2002 by James Spahr
> I did have to copy over traps.unix, & create a user.unix.scripts -- but > everything seems to run just fine. mmm,
2/26/2002 by James Spahr