CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: gowrishwar

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    18,538

    Re: memcpy error: Access violation reading

    I have tried memmove(). Even then it is throwing the same exception.


    Output:
    First-chance exception at 0x1026f448 (msvcr90d.dll) in Camera.exe: 0xC0000005: Access violation reading location...
  2. Replies
    9
    Views
    18,538

    Re: memcpy error: Access violation reading

    Thanks for the reply Skizmo

    Both pointers are valid, the data in bf_p->CirHandle.pBufData is 3677536032, which is unsigned int and I am Type Casting it to unsigned char.

    When I debug, the...
  3. Replies
    9
    Views
    18,538

    memcpy error: Access violation reading

    Hi all,

    I am working on a camera to collect data. In the process one of the functions is throwing errors while copying the data from the buffer on board to local system buffer.

    The message...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured