I have some Visual C++ code that receives a pointer to a buffer with data that needs to be processed by my code and the length of that buffer. Due to a bug outside my contro
if you are using VC++ then I suggest to use microsoft specific keywords __try __except to and catch HW exceptions