Exception in Memset

Posted by subbu on Stack Overflow See other posts from Stack Overflow or by subbu
Published on 2010-03-19T05:07:39Z Indexed on 2010/03/19 5:11 UTC
Read the original article Hit count: 364

Filed under:
|
|

When try to do a memset it gives the following exception

"Unhandled exception at 0x1023af7d (PxSmartInterface.dll) in SendOutDllTestExe.exe: 0xC0000005: Access violation writing location 0x40e3a80e."

My memset statement will look like this

memset(lpStatus, 0, csStatus.GetLength());

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc