GPF with curdir()

Post Reply
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

GPF with curdir()

Post by don lowenstein »

Has anyone else experienced a "random" GPF when calling curdir() ? If yes, is there a workaround for curdir()

xharbor .99.51
fwh 2.6
bcc 5.5
windows xp
windows xp64
Don Lowenstein
www.laapc.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Don,

You may use FWH GetCurDir() instead of CurDir().
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
don lowenstein
Posts: 196
Joined: Mon Oct 17, 2005 9:09 pm
Contact:

Post by don lowenstein »

Thank you. I will try.

FYI - the offending line of code that brought this to my attention was a call to FWH function lIsDir( pathspec )

here is your code from filename.prg

function lIsDir( cNewDir ) // Checks an existing directory

local cDir := CurDrive() + ":\" + CurDir()

I linked in my own lIsDir() function changing CurDir() to GetCurDir()

I will keep you posted regarding the GPF.
Don Lowenstein
www.laapc.com
Klaas den Dekker
Posts: 23
Joined: Sat Oct 22, 2005 8:22 pm

Post by Klaas den Dekker »

I had this error for a long time using FW 2.6 + xHarbour 0.99.51 june.
Now I'm using FW 2.7 + latest xHarbour (also 0.99.51) and never had the error again.

Best regards,
Klaas den Dekker
Post Reply