RE: [Plib-devel] Mac Updates/Patches (Tux too!)
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-08-04 10:03:37
|
Steve Baker writes: > >Darrell Walisser wrote: >> >> Hopefully that last one doesn't come up too often ;-) We >just have to remind >> developers to always use relative pathnames (even on >UNIX/WINDOWS) and we >> should have no problems. > >Iguess that makes sense because: > >1) It avoids the drive name issue under Windoze ('C:', etc) AFAIK there us no why to refer to a file on another disk with a relative path in windows. Therefore we need to account for the drivename issue under Windows but that is an easy on to do. As Curt pointed out we can just borrow the Path Class from SimGear. I was just trying to point out that it might need a little tuning yet for some Mac path constructs. Norman |