Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C5 Error
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00709517
Message ID:
00709527
Views:
21
>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.

The odds are that something passed a null pointer for an argument in strcat, or something grunged a pointer. strcat is a native C function that is used to concatenated null-terminated strings together.

>
>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.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform