Link to home
Start Free TrialLog in
Avatar of happy050597
happy050597

asked on

INSUFFICIENT_BUFFER when use CString::GetBuffer(dwSize) & CString::ReleaseBuffer()

When I use CString::GetBuffer(dwSize) & CString::ReleaseBuffer(), I often encount such problem of INSUFFICIENT BUFFER. May you help me and tell me why?
Thank you very much!
Avatar of chensu
chensu
Flag of Canada image

Where did you get this error? Did it throw a CMemoryException? What's the value of dwSize?
ASKER CERTIFIED SOLUTION
Avatar of subbaiah
subbaiah

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial