Author Topic: Some problems with wclBluetoothDiscoveryx (VB6)  (Read 8309 times)

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • Karma: 1000
    • Wireless Communication Library
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager

Offline viriato

  • Newbie
  • *
  • Posts: 29
  • Karma: 0
Re: Some problems with wclBluetoothDiscoveryx (VB6)
« Reply #31 on: May 22, 2008, 12:18:58 PM »
You must download latest update:

http://private.btframework.com/index.php?topic=4.msg18#msg18
or
http://private.btframework.com/index.php?topic=2.msg17#msg17
Sorry, I find the error just now... i ask my boss two times that if he has downloaded the LAST version... ej?m ej?m.... XD

Offline viriato

  • Newbie
  • *
  • Posts: 29
  • Karma: 0
Re: Some problems with wclBluetoothDiscoveryx (VB6)
« Reply #32 on: May 22, 2008, 12:45:32 PM »
Last question (i hope) I don't know why the transmited data reserves double the space that in the HD and of course is corrupted :(

Offline viriato

  • Newbie
  • *
  • Posts: 29
  • Karma: 0
Re: Some problems with wclBluetoothDiscoveryx (VB6)
« Reply #33 on: May 22, 2008, 12:57:23 PM »
FIXED AND ALL WORKING:  ;D ;D ;D

The fail was in the reading binary part.

SOLUTION:
    Dim B() As Byte
    srcFile = "a.jpg"

    Open srcFile For Binary Access Read As #1
    ReDim B(LOF(1) - 1)
    Get #1, , B
    Close #1
         
  On Error GoTo ErrorHandlerPush
  mObjectPush.Put srcFile, B
 
ErrorHandlerPush:
    listLog.AddItem Err.Description

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • Karma: 1000
    • Wireless Communication Library
Re: Some problems with wclBluetoothDiscoveryx (VB6)
« Reply #34 on: June 18, 2008, 01:20:40 PM »
ProximitySender for VB 6 with WCL.NET
WCL - Wireless Communication Library
TextBlue - Bluetooth Proximity Marketing Software
WCL Phone Explorer - Free Phone Content Manager