[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [MiNT] /proc



> -----Original Message-----
> From: Julian Reschke [mailto:reschke@muenster.de]
> Sent: Thursday, November 18, 1999 9:55 AM
> To: Jo-Even.Skarstein@gjensidige.no; mint@fishpool.com
> Subject: RE: [MiNT] /proc
> 
> > environment string. What's the difference between these and
> > SLBPATH anyway??
> 
> That's easy to answer. The SLBPATH is inherently 
> process-local. For instance
> it should allow to put the current directory in front of the 
> path list to
> enable testing of a local (new) copy of an SLB without 
> touching the original
> one.

In that case, wouldn't it be easier to use something like...

if (!slb_open(.... "d:\\foobar\\mylib.slb" ....))
{
   slb_open(".... "mylib.slb" ....);
}

??

Jo Even Skarstein