Page 1 of 1

GPF with curdir()

Posted: Tue Jan 10, 2006 9:40 pm
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

Posted: Wed Jan 11, 2006 3:17 pm
by Antonio Linares
Don,

You may use FWH GetCurDir() instead of CurDir().

Posted: Wed Jan 11, 2006 3:32 pm
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.

Posted: Wed Jan 11, 2006 3:41 pm
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