Hi,

I'm using the CMemoryState class to help detect memory leaks, and when running my app in debug mode using F5, the debug window occasionally says something like:

"First-chance exception in SynClient.exe (KERNEL32.DLL): 0xC0000005: Access Violation."

Is this actally an error? I don't actually get a normal Access Violation, so what does it mean? Is it something I should worry about and try and fix?
And if so, how I go about working out what causes it?

Thanks!

Nick......