CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2007
    Posts
    9

    First-chance exception (KERNEL32.DLL):0xE06D7363: microsoft c++ exception

    Hi all. I was compiling some code when i got this error:


    First-chance exception (KERNEL32.DLL):0xE06D7363: microsoft c++ exception
    Insufficient parameters. Expected 1.
    State:07001,Native:-3010,Origin:[Microsoft][Driver ODBC Microsoft Access]

    The program 'C:\OD_import\matrice_OD\Debug\matrice_OD.exe' has exited with code 0 (0x0).


    In debug session, it blocks to this point of the stack


    7C812A22 and eax,1
    7C812A25 test esi,esi
    7C812A27 mov dword ptr [ebp-4Ch],eax
    7C812A2A mov dword ptr [ebp-44h],7C812A09h
    7C812A31 je 7C812AD0
    7C812A37 mov ecx,dword ptr [ebp+10h]
    7C812A3A cmp ecx,0Fh
    7C812A3D ja 7C844670
    7C812A43 test ecx,ecx
    7C812A45 mov dword ptr [ebp-40h],ecx
    7C812A48 je 7C812A51
    7C812A4A push edi
    7C812A4B lea edi,[ebp-3Ch]
    7C812A4E rep movs dword ptr [edi],dword ptr [esi]
    7C812A50 pop edi
    7C812A51 lea eax,[ebp-50h]
    7C812A54 push eax
    7C812A55 call dword ptr ds:[7C801508h]
    --->7C812A5B pop esi
    7C812A5C leave
    7C812A5D ret 10h
    7C812A60 test edi,edi
    7C812A62 jle 7C80BD9E
    7C812A68 mov edx,dword ptr [ebp-4]
    7C812A6B mov dword ptr [ebp+0Ch],edx
    7C812A6E movzx edx,word ptr [esi]
    7C812A71 mov edi,dword ptr [ebp-8]
    7C812A74 mov dl,byte ptr [edx+edi]
    7C812A77 mov byte ptr [ecx],dl
    7C812A79 mov edi,dword ptr [eax+0Ch]
    7C812A7C movzx edx,dl
    7C812A7F mov dx,word ptr [edi+edx*2]
    7C812A83 cmp dx,word ptr [esi]
    7C812A86 jne 7C84B425
    7C812A8C mov edx,dword ptr [eax+8]
    7C812A8F mov bx,word ptr [edx+4]
    7C812A93 cmp byte ptr [ecx],bl
    7C812A95 je 7C84B432
    7C812A9B inc esi
    7C812A9C inc esi
    7C812A9D inc ecx
    7C812A9E dec dword ptr [ebp+0Ch]
    7C812AA1 jne 7C812A6E
    7C812AA3 jmp 7C80BD9E
    7C812AA8 mov ecx,dword ptr [ebp+10h]
    7C812AAB call 7C80A2D4
    7C812AB0 mov edx,dword ptr [ebp+0Ch]
    7C812AB3 mov ebx,eax
    7C812AB5 inc ebx
    7C812AB6 jmp 7C80CDCC
    7C812ABB mov ebx,ecx
    7C812ABD mov dword ptr [ebp+8],ebx
    7C812AC0 jmp 7C80CCCB
    7C812AC5 mov esi,dword ptr ds:[7C88479Ch]
    7C812ACB jmp 7C80CCD1


    but i can't figure out what is happening...some ideas?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: First-chance exception (KERNEL32.DLL):0xE06D7363: microsoft c++ exception

    It sounds like the SQL query syntax is incorrect.
    Since you didn't provide any information about the SQL query caused this error it is impossible to say you more.
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured