Hi,

I hope someone can help me with this issue I have or point me to the
direction of what I should do.

I have a thread which listens to an anonymous pipe by using ReadFile().
Then somewhere else which has nothing to do with this thread calls function
OleCreateFromFile() and the program has a deadlock and hang.

Thanks in advance!

Mei

Re: OleCreateFromFile, Anonymous pipe, Thread, and deadlock by ctacke/>

ctacke/>
Thu Sep 28 12:52:53 CDT 2006

I'm pretty sure this is not a compact framework question. I don't even
think it's a CE or mobile device question.You might have better luck in a
more appropriate forum.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Mei" <Mei@discussions.microsoft.com> wrote in message
news:40473E32-C4EC-49ED-9570-E23F5D34EB75@microsoft.com...
> Hi,
>
> I hope someone can help me with this issue I have or point me to the
> direction of what I should do.
>
> I have a thread which listens to an anonymous pipe by using ReadFile().
> Then somewhere else which has nothing to do with this thread calls
> function
> OleCreateFromFile() and the program has a deadlock and hang.
>
> Thanks in advance!
>
> Mei