Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C5 Error
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
C5 Error
Divers
Thread ID:
00709517
Message ID:
00709517
Vues:
56
I know that vfp7 doesn't crash as much, but I get this c5 error alot, mostly on one screen. I'm using a outlook.vcx that I downloaded from UT on that form. This time when it crashed, I choose the debug button and it opened up visual studios. It is on the following piece of code:
src_misaligned:                     ; simple byte loop until string is aligned
        mov     dl,byte ptr [ecx]
        add     ecx,1
        test    dl,dl
        je      short byte_0
        mov     [edi],dl
        add     edi,1
        test    ecx,3
        jne     short src_misaligned
        jmp     short main_loop_entrance
and the message is:

Unhandled exception @ 0x7c001d3f (msvcr7.dll) in vfp7.exe 0xC0000005: Access violation reading location 0x028991e9.

Call Stack:
msvcr70.dll!strcat() Line 158



I think it is interesting that it is showing msvcr70.dll. Have there been in updates to this since vfp7 sp1. I have sp1 installed currently.

Just my 2 cents.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform