MFC application not run after windows update.

Quite big MFC application with a lot of libraries stop after last windows update. No Messages, no reactions. just record in log:

Description:
Faulting application name: TESTTEST.exe, version: 2.0.1.11, time stamp: 0x5e6a3883
Faulting module name: combase.dll, version: 10.0.19041.508, time stamp: 0xb891cb14
Exception code: 0xc0000602
Fault offset: 0x00113abb
Faulting process id: 0x415c

Problem is this is not work on computer of one of the customers. I can't repeat it on my computer. Try to make some message at first string of code - no reaction. Any ideas how to fix it?
Did you link the MFC libs static or dynamic?
If you used dynamic then try with static linking
Topic archived. No new replies allowed.