A community of Frontier
and Radio Users


Meridian News


Community List


Regex Project

Re: Calling Radio from CLI

Posted 
Last Modified 
In Response To 
 
2/26/2002; 12:59 PM by James Spahr
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.

Enclosures


None.  

Replies







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
 





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,