You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by jteh on 2010-05-08 23:39
In most applications, CoInitialize is called before we are injected, so registering the IA2 proxy in that process works. However, in some applications such as Eclipse, this is not the case. For example, Eclipse brings up a splash screen when it is first loaded, which is where we get injected, but CoInitialize hasn't been called yet, so registering the IA2 proxy fails. As a result, all use of IA2 from NVDA fails until NVDA is restarted. Blocking #256
The text was updated successfully, but these errors were encountered:
Comment by jteh on 2010-05-08 23:42
(In #256) #641 is needed to fix the restart requirement.
Mick, it's possible that we could get Eclipse to call !CoInitialize earlier, which would avoid the need for #641. However, if it's likely to happen again in future, we may as well try to fix it properly on our side. Thoughts?
Reported by jteh on 2010-05-08 23:39
In most applications, CoInitialize is called before we are injected, so registering the IA2 proxy in that process works. However, in some applications such as Eclipse, this is not the case. For example, Eclipse brings up a splash screen when it is first loaded, which is where we get injected, but CoInitialize hasn't been called yet, so registering the IA2 proxy fails. As a result, all use of IA2 from NVDA fails until NVDA is restarted.
Blocking #256
The text was updated successfully, but these errors were encountered: