On Tue, 6 May 2003, Uwe Bonnes wrote: [...]
I propose that GetProcAddress evaluates that flag and should return 0 for stubs.
This may fix this problem but may also cause a lot of others: cases where the application checks the value returned by GetProcAddress but doesn't actually call the function (or only calls it in some rarely used code path).
I think it would be better to transform SendIMEMessageExA into a semi-stub. Hopefully that will be enough.