Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C0000005 - anyone seen this one?
Message
From
14/03/2006 11:24:40
Walter Meester
HoogkarspelNetherlands
 
 
To
27/02/2006 17:09:59
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
MySQL
Miscellaneous
Thread ID:
01099689
Message ID:
01104225
Views:
13
Hi Jon,

I've made a habit of using a sys(1104) in such circumstances. It purges dirty buffers, which might be related in your case.

Walter,


>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
>
>----------------------------
Previous
Reply
Map
View

Click here to load this message in the networking platform