Wireless Communication Library Support Forum

Common => Common => Topic started by: Raj on November 05, 2008, 01:52:30 PM

Title: Strange Error : Access Violation in wclx.dll
Post by: Raj on November 05, 2008, 01:52:30 PM
Hi Mike,

I am getting a strange error. I am not able to put the snapshot so I am writing the error message, which comes as a prompt.

Access Violation at address 1B202BDF in module "wclx.dll". Read of address 00000000.

Scenario is :

I have seven active connections ( 7 paired phones with connection is active)
I have started to get the files on 1 one phone, simultaneouly on different connection I concurrently started this connection for get files from phone 2.

In this scenario it is giving me the error.

Kindly suggest.



Title: Re: Strange Error : Access Violation in wclx.dll
Post by: Mike Petrichenko on November 05, 2008, 02:41:08 PM
Show me your code
Title: Re: Strange Error : Access Violation in wclx.dll
Post by: Raj on November 12, 2008, 08:23:24 AM
Hi Mike,

What is the Difference between wclFTPClient.Connected and  wclFTPClient.Active.

How to know that asynchronous Operation (like get,set,dir) in progress.

Thansk in advance.
Title: Re: Strange Error : Access Violation in wclx.dll
Post by: Mike Petrichenko on November 12, 2008, 08:47:00 AM
Active is a property indicates that connection is established (or connecting is in progress).

Connected indicates that componented connected. Active = TRUE but connected = FALSE means that it is in connecting state when both are TRUE then component is connected.

Until OnXXXComplete event fires operation in progress