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

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries

viriato

  • Guest
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

viriato

  • Guest
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 :(

viriato

  • Guest
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: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Some problems with wclBluetoothDiscoveryx (VB6)
« Reply #34 on: June 18, 2008, 01:20:40 PM »
ProximitySender for VB 6 with WCL.NET

[attachment deleted by admin]

 

Sitemap 1 2 3 4 5 6 7