Author Topic: Strange Error : Access Violation in wclx.dll  (Read 9645 times)

Raj

  • Guest
Strange Error : Access Violation in wclx.dll
« 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.




Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Strange Error : Access Violation in wclx.dll
« Reply #1 on: November 05, 2008, 02:41:08 PM »
Show me your code

Raj

  • Guest
Re: Strange Error : Access Violation in wclx.dll
« Reply #2 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.

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Strange Error : Access Violation in wclx.dll
« Reply #3 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

 

Sitemap 1 2 3 4 5 6 7