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
www.laapc.com
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,
You may use FWH GetCurDir() instead of CurDir().
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.
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