Two of my MFC programs operate normally, using XP SP3, or Windows 7 (32 or 64 bit), except on some machines, where one program fails on startup. EventViewer reveals Exception in MSVCR110.DLL, Exception code 40000015, offset 000a327c.
Both programs call MFC DLLs - and they have been under successful deployment for years - until now.
Observation suggests incompatibility with a hardware driver, but how do I identify?
Has this problem been reported already? What was the resolution?
FYI 1: Reverting to VS2008 generates identical problem, but in MSVCR90.DLL.
I know it's hard to reproduce, and you'd need the hardware to do it, but I am stuck, and it's your DLL.
FYI 2: Diagnostic messages in the App InitInstance don't appear - crash comes first.
Thanks
Peter