A
Amirallia
Hi,
I am developping a test application that only open a port with
CreateFile
method and read port data with ReadFile method.
When i open the com port, a read thread start. This thread has a while
loop
which has the ReadFile call. My application fails when this loop try to
make
the 5 iteration to ReadFile method call.
I think the exception throws is an access violation exception
(0xc0000005)
Can anybody help me? It's urgent!
I use VS 2005 with WM6.1 device
Thanks
I am developping a test application that only open a port with
CreateFile
method and read port data with ReadFile method.
When i open the com port, a read thread start. This thread has a while
loop
which has the ReadFile call. My application fails when this loop try to
make
the 5 iteration to ReadFile method call.
I think the exception throws is an access violation exception
(0xc0000005)
Can anybody help me? It's urgent!
I use VS 2005 with WM6.1 device
Thanks