Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C0000005 - anyone seen this one?
Message
From
27/02/2006 17:09:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
C0000005 - anyone seen this one?
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
MySQL
Miscellaneous
Thread ID:
01099689
Message ID:
01099689
Views:
69
I have one site that is getting a c0000005 on all 4 of their machines. We've seen this error plenty of times and are hunting down different instances of it. In this site's case, no matter what machine gets the error(all running the same .EXE) it always come from the same method..I'm currently tracking down the exact line number but have to watch/wait for another occurrence..

Here is the method, does anyone see any suspect commands in here that might cause a c0000005? Thanks.

------------------------

IF type("tcClassLib") = "C" AND !empty(tcClassLib)
tcClasslib = upper(alltrim(tcClassLib))
ELSE
return .f.
ENDIF
IF rightc(tcClassLib,4) # ".VCX"
tcClassLib = tcClassLib + ".VCX"
ENDIF
local llSuccess
llSuccess = .t.
IF "\"+tcClassLib $ set("CLASSLIB")
ELSE
local lcOnError
lcOnError = on("ERROR")
on error llSuccess = .f.
set classlib to (tcClassLib) additive
on error &lcOnError
ENDIF
return llSuccess

----------------------------
Next
Reply
Map
View

Click here to load this message in the networking platform