https://bugzilla.mozilla.org/show_bug.cgi?id=369376
Can someone please help with this? This is the last failure in the webclient automated test suite that is preventing me from doing my first binary release in years. I'd really like to see this fixed, or have a workaround for it. Briefly, from the bug report: I have determined that ::OleSetClipboard is returning -2147221008, which, when plugged in to Error Lookup says "CoInitialize has not been called.". However, I made sure to place an extra call to ::CoInitialize(NULL) right before calling into mozilla code from my embedding code to do the copy. This invocation returned S_FALSE, which means CoInitialize(NULL) has already been called on this thread. Any ideas? Ed _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
