- Original Message -
From: "Viktor Szakáts"
To: "Harbour Project Main Developer List."
Sent: Thursday, May 20, 2010 1:55 PM
Subject: Re: [Harbour] file path delimiter
The only thing some may wonder is why such workaround
is good for you, when you can get much bet
>>> use <(db)> => dbusearea(,,linux(<(db)>),...)
>>
>> Such modification is still only workaround for the problem which
>> is hardcoded in some other place. You should switch to "/" or use
>> hb_osPathSeparator() if you want to eliminate any filename conversions.
>
> yes, unfortunately it is just
- Original Message -
From: "Przemysław Czerpak"
To: "Harbour Project Main Developer List."
Sent: Thursday, May 20, 2010 1:16 PM
Subject: Re: [Harbour] file path delimiter
use <(db)> => dbusearea(,,linux(<(db)>),...)
Such modification is still on
On Thu, 20 May 2010, sali wrote:
Hi,
> >>my second thought is to tweak at pp-level
> >Everything what can be done on PP level can also be done in source
> >code so there is no reason to make such things on PP level.
> thnx for the tips
> just to explain, regarding pp, of course that it can be don
- Original Message -
From: "Przemysław Czerpak"
To: "Harbour Project Main Developer List."
Sent: Thursday, May 20, 2010 12:17 PM
Subject: Re: [Harbour] file path delimiter
my second thought is to tweak at pp-level
Everything what can be done on PP level can al
On Thu, 20 May 2010, sali wrote:
Hi,
> porting big app from clipper/win to harbour/linux, and having lot of
> hard-coded and/or composed file/index paths with back-slash '\' embedded
> is there some 'set' setting to at 'run-time-level' replace [convert]
> windows-style '\' to linux-style '/' path
hi,
porting big app from clipper/win to harbour/linux, and having lot of
hard-coded and/or composed file/index paths with back-slash '\' embedded
is there some 'set' setting to at 'run-time-level' replace [convert]
windows-style '\' to linux-style '/' paths
directly changing source is not an opt