FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour GPF with curdir()
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM

GPF with curdir()

Posted: Tue Jan 10, 2006 09:40 PM

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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

GPF with curdir()

Posted: Wed Jan 11, 2006 03:17 PM

Don,

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

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 204
Joined: Mon Oct 17, 2005 09:09 PM

GPF with curdir()

Posted: Wed Jan 11, 2006 03:32 PM

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
Posts: 23
Joined: Sat Oct 22, 2005 08:22 PM

GPF with curdir()

Posted: Wed Jan 11, 2006 03:41 PM

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

Continue the discussion