What is CoSetState? CE.NET 4.2 help states it is not implemented. However,
I get debug asserts in a critical section call inside CoSetState. This
occurs when I exit my application that uses BSTRs only. This application
does not use any COM interfaces so I did not invoke CoInitializeEx in this
application. The debug assertion goes away when I place a CoInitializeEx
with CoUninitialize. I do not understand this because on PC platform CoInit
is not required when you use BSTRs. Plus online help for both PC and CE
never mention this as a requirement. Any reasons?
Thanks