When I run our customer OPC driver, I see this strange message in DebugView which, when I google has zero results. It's a very strange message:
[4776] FTH: (4776): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
Oddly enough, that's exactly the problem we're having... Crashes.
Has anyone else seen anything like this?
Debug View, for anyone who doesn't know is a way of seeing OutputDebugString messages even when you're not running in a debugger like the one that is built into Visual Studio. Debug View is a microsoft tool which makes these otherwise invisible "trace messages" visible.
Warren
[4776] FTH: (4776): *** Fault tolerant heap shim applied to current process. This is usually due to previous crashes. ***
Oddly enough, that's exactly the problem we're having... Crashes.
Has anyone else seen anything like this?
Debug View, for anyone who doesn't know is a way of seeing OutputDebugString messages even when you're not running in a debugger like the one that is built into Visual Studio. Debug View is a microsoft tool which makes these otherwise invisible "trace messages" visible.
Warren