Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C0000005 - anyone seen this one?
Message
De
14/03/2006 11:24:40
Walter Meester
HoogkarspelPays-Bas
 
 
À
27/02/2006 17:09:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
MySQL
Divers
Thread ID:
01099689
Message ID:
01104225
Vues:
12
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
>
>----------------------------
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform